MCPcopy Index your code
hub / github.com/simstudioai/sim / getBlockOutput

Method getBlockOutput

apps/sim/executor/execution/types.ts:260–260  ·  view source on GitHub ↗
(blockId: string, currentNodeId?: string)

Source from the content-addressed store, hash-verified

258
259interface BlockStateReader {
260 getBlockOutput(blockId: string, currentNodeId?: string): NormalizedBlockOutput | undefined
261 hasExecuted(blockId: string): boolean
262}
263

Callers 8

getBlockOutputMethod · 0.65
resolveOutputMethod · 0.65
resolveOutputAsyncMethod · 0.65
resolveOutputMethod · 0.65
resolveOutputAsyncMethod · 0.65
executeNodeMethod · 0.65
state.test.tsFile · 0.65

Implementers 1

ExecutionStateapps/sim/executor/execution/state.ts

Calls

no outgoing calls

Tested by

no test coverage detected