Skip to main content

read_file_references_from_scratch

Function read_file_references_from_scratch 

Source
pub unsafe fn read_file_references_from_scratch(
    ptr: *mut u8,
) -> Option<Vec<FileReference>>
Expand description

Read a list of file-reference (index, path) pairs from scratch.

ยงSafety

ptr must point to a valid SHM allocation.