Function nix_realised_string_get_store_path

Source
pub unsafe extern "C" fn nix_realised_string_get_store_path(
    realised_string: *mut nix_realised_string,
    index: usize,
) -> *const StorePath
Expand description

Get a store path. The store paths are stored in an arbitrary order.

§Arguments

  • realised_string [in] -
  • index [in] - index of the store path, must be less than the count

§Returns

store path