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

Function sendBufferedEvent

apps/sim/lib/workflows/executor/execution-events.ts:285–287  ·  view source on GitHub ↗
(event: ExecutionEvent)

Source from the content-addressed store, hash-verified

283 const { executionId, workflowId, sendEvent } = options
284
285 const sendBufferedEvent = async (event: ExecutionEvent) => {
286 await sendEvent(event)
287 }
288
289 const onBlockStart = async (
290 blockId: string,

Callers 4

onBlockStartFunction · 0.85
onBlockCompleteFunction · 0.85
onStreamFunction · 0.85

Calls 1

sendEventFunction · 0.70

Tested by

no test coverage detected