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

Function getExecutionEventEntryJson

apps/sim/lib/execution/event-buffer.ts:185–187  ·  view source on GitHub ↗
(entry: ExecutionEventEntry)

Source from the content-addressed store, hash-verified

183}
184
185function getExecutionEventEntryJson(entry: ExecutionEventEntry): string {
186 return JSON.stringify(entry)
187}
188
189function getFlushScriptResult(value: unknown): {
190 allowed: boolean

Callers 1

doFlushFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected