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

Method getExecutedBlocks

apps/sim/executor/execution/state.ts:64–66  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

62 }
63
64 getExecutedBlocks(): ReadonlySet<string> {
65 return this.executedBlocks
66 }
67
68 getBlockOutput(blockId: string, currentNodeId?: string): NormalizedBlockOutput | undefined {
69 const normalizedId = normalizeLookupId(blockId)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected