pub unsafe extern "C" fn nix_store_copy_closure(
context: *mut nix_c_context,
srcStore: *mut Store,
dstStore: *mut Store,
path: *mut StorePath,
) -> nix_err
Expand description
Copy the closure of path
from srcStore
to dstStore
.
ยงArguments
context
[out] - Optional, stores error informationsrcStore
[in] - nix source store referencedstStore
[in] - nix destination store referencepath
[in] - Path to copy