MCPcopy 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
67function isResetScript(script: string): boolean {
68 return script.includes('retained_bytes') && script.includes('replayStartEventId')
69}
70
71describe('execution event buffer', () => {
72 beforeEach(() => {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected