Function nix_store_copy_closure

Source
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 information
  • srcStore [in] - nix source store reference
  • dstStore [in] - nix destination store reference
  • path [in] - Path to copy