Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
185
function
getExecutionEventEntryJson(entry: ExecutionEventEntry): string {
186
return
JSON.stringify(entry)
187
}
188
189
function
getFlushScriptResult(value: unknown): {
190
allowed: boolean
Callers
1
doFlush
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected