Skip to main content

run_storage_graph

Function run_storage_graph 

Source
pub fn run_storage_graph(
    nodes: &[(NodeId, NodeStorage)],
    outputs: &[NodeId],
) -> Result<Vec<Value>, Error>
Expand description

Interpret a compact NodeStorage graph and return output node values.