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

Method evaluateInput

packages/procgen/src/nodes/ProcGenNodes.ts:59–59  ·  view source on GitHub ↗
(nodeId: string, pinName: string, defaultValue?: unknown)

Source from the content-addressed store, hash-verified

57
58interface ProcGenContext {
59 evaluateInput(nodeId: string, pinName: string, defaultValue?: unknown): unknown;
60 setOutputs(nodeId: string, outputs: Record<string, unknown>): void;
61}
62

Callers 9

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

Implementers 1

ExecutionContextpackages/blueprint/src/runtime/Executi

Calls

no outgoing calls

Tested by

no test coverage detected