MCPcopy Create free account
hub / github.com/esengine/esengine / evaluateInput

Method evaluateInput

packages/effect/src/nodes/EffectNodes.ts:19–19  ·  view source on GitHub ↗
(nodeId: string, pinName: string, defaultValue?: unknown)

Source from the content-addressed store, hash-verified

17 };
18 getEffectContainer(): EffectContainer | null;
19 evaluateInput(nodeId: string, pinName: string, defaultValue?: unknown): unknown;
20 setOutputs(nodeId: string, outputs: Record<string, unknown>): void;
21 triggerOutput(nodeId: string, pinName: string): void;
22}

Callers 7

executeMethod · 0.65
executeMethod · 0.65
executeMethod · 0.65
executeMethod · 0.65
executeMethod · 0.65
executeMethod · 0.65
executeMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected