MCPcopy
hub / github.com/simstudioai/sim / resetState

Function resetState

apps/sim/lib/core/outbox/service.test.ts:153–159  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

151}
152
153function resetState() {
154 state.claimedRows = []
155 state.leaseHeld = true
156 state.reapedRowIds = []
157 state.inserts.length = 0
158 state.updates.length = 0
159}
160
161describe('enqueueOutboxEvent', () => {
162 beforeEach(() => {

Callers 2

service.test.tsFile · 0.70
PopoverFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected