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.
pub fn run_storage_graph(
nodes: &[(NodeId, NodeStorage)],
outputs: &[NodeId],
) -> Result<Vec<Value>, Error>Interpret a compact NodeStorage graph and return output node values.