MCPcopy
hub / github.com/simstudioai/sim / getBlockExecutionKey

Function getBlockExecutionKey

apps/sim/stores/terminal/console/store.ts:75–76  ·  view source on GitHub ↗
(blockId: string, executionId?: string)

Source from the content-addressed store, hash-verified

73}
74
75const getBlockExecutionKey = (blockId: string, executionId?: string): string =>
76 `${executionId ?? 'no-execution'}:${blockId}`
77
78const matchesEntryForUpdate = (
79 entry: ConsoleEntry,

Callers 5

removeWorkflowIndexesFunction · 0.85
indexWorkflowEntriesFunction · 0.85
appendWorkflowEntryFunction · 0.85
notifyBlockErrorFunction · 0.85
store.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected