Skip to main content

load_from_paths

Function load_from_paths 

Source
pub fn load_from_paths(paths: &[PathBuf]) -> Option<LoadedInstructions>
Expand description

Read and combine the instruction files at paths, truncating the combined body to MAX_INSTRUCTIONS_BYTES if needed.