Skip to main content

byte_to_id

Function byte_to_id 

Source
pub fn byte_to_id(
    nodes: &HashMap<String, HashMap<NodeId, NodeInfo>>,
    abs_path: &str,
    byte_position: usize,
) -> Option<NodeId>