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

Function onBlockStart

apps/sim/background/workflow-column-execution.ts:714–718  ·  view source on GitHub ↗
(blockId: string)

Source from the content-addressed store, hash-verified

712 }
713
714 const onBlockStart = async (blockId: string): Promise<void> => {
715 if (!outputsByBlockId.has(blockId)) return
716 runningBlockIds.add(blockId)
717 schedulePartialWrite()
718 }
719
720 const onBlockComplete = async (blockId: string, output: unknown): Promise<void> => {
721 const outputs = outputsByBlockId.get(blockId)

Callers

nothing calls this directly

Calls 2

schedulePartialWriteFunction · 0.85
addMethod · 0.45

Tested by

no test coverage detected