pub unsafe extern "C" fn nix_store_copy_path(
context: *mut nix_c_context,
srcStore: *mut Store,
dstStore: *mut Store,
path: *const StorePath,
repair: bool,
checkSigs: bool,
) -> nix_errExpand description
Copy a path from one store to another.
ยงArguments
context[out] - Optional, stores error informationsrcStore[in] - nix source store referencedstStore[in] - nix destination store referencepath[in] - The path to copyrepair[in] - Whether to repair the pathcheckSigs[in] - Whether to check path signatures are trusted before copying