Skip to main content

invoke

Function invoke 

Source
pub fn invoke(
    _node: &NodeProto,
    _inputs: &[(&str, &dyn SlotValue)],
    _ctx: &mut RuntimeResourceRef<'_>,
) -> Result<DispatchResult, OpError>
Expand description

Invoke fn - emits a TriggerValue on the out output. The engine’s all-inputs-ready check already guaranteed every input arrived before this op fired, so the work here is purely declarative.