Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/simstudioai/sim
/ isResetScript
Function
isResetScript
apps/sim/lib/execution/event-buffer.test.ts:67–69 ·
view source on GitHub ↗
(script: string)
Source
from the content-addressed store, hash-verified
65
}
66
67
function
isResetScript(script: string): boolean {
68
return
script.includes(
'retained_bytes'
) && script.includes(
'replayStartEventId'
)
69
}
70
71
describe(
'execution event buffer'
, () => {
72
beforeEach(() => {
Callers
1
event-buffer.test.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected