@@ -97,6 +97,7 @@ fn node_registry() -> HashMap<ProtoNodeIdentifier, HashMap<NodeIOTypes, NodeCons
9797 async_node!( graphene_core:: memo:: MonitorNode <_, _, _>, input: Context , fn_params: [ Context => Option <f64 >] ) ,
9898 async_node!( graphene_core:: memo:: MonitorNode <_, _, _>, input: Context , fn_params: [ Context => Option <NodeId >] ) ,
9999 async_node!( graphene_core:: memo:: MonitorNode <_, _, _>, input: Context , fn_params: [ Context => Table <String >] ) ,
100+ async_node!( graphene_core:: memo:: MonitorNode <_, _, _>, input: Context , fn_params: [ Context => Table <NodeId >] ) ,
100101 async_node!( graphene_core:: memo:: MonitorNode <_, _, _>, input: Context , fn_params: [ Context => Table <f64 >] ) ,
101102 async_node!( graphene_core:: memo:: MonitorNode <_, _, _>, input: Context , fn_params: [ Context => Table <u8 >] ) ,
102103 async_node!( graphene_core:: memo:: MonitorNode <_, _, _>, input: Context , fn_params: [ Context => Graphic ] ) ,
@@ -153,6 +154,7 @@ fn node_registry() -> HashMap<ProtoNodeIdentifier, HashMap<NodeIOTypes, NodeCons
153154 async_node!( graphene_core:: memo:: MemoNode <_, _>, input: Context , fn_params: [ Context => Image <Color >] ) ,
154155 async_node!( graphene_core:: memo:: MemoNode <_, _>, input: Context , fn_params: [ Context => Table <GradientStops >] ) ,
155156 async_node!( graphene_core:: memo:: MemoNode <_, _>, input: Context , fn_params: [ Context => Table <String >] ) ,
157+ async_node!( graphene_core:: memo:: MemoNode <_, _>, input: Context , fn_params: [ Context => Table <NodeId >] ) ,
156158 async_node!( graphene_core:: memo:: MemoNode <_, _>, input: Context , fn_params: [ Context => Table <f64 >] ) ,
157159 async_node!( graphene_core:: memo:: MemoNode <_, _>, input: Context , fn_params: [ Context => Table <u8 >] ) ,
158160 #[ cfg( target_family = "wasm" ) ]
0 commit comments