pub fn load_nodes(file: &AgmFile, mode: LoadMode, node_ids: &[&str]) -> AgmFileExpand description
Returns a filtered view containing only the nodes whose IDs appear in
node_ids, in the same order as they appear in file.nodes.
Unknown IDs are silently ignored.