Skip to main content

load_graph

Function load_graph 

Source
pub fn load_graph(
    path: &Path,
    max_bytes: u64,
) -> Result<(Vec<CfNode>, Vec<CfEdge>, Vec<Value>, HashMap<String, Value>)>