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

Function isRecordingSuspended

apps/sim/stores/undo-redo/store.ts:25–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23let recordingSuspendDepth = 0
24
25function isRecordingSuspended(): boolean {
26 return recordingSuspendDepth > 0
27}
28
29/**
30 * Temporarily suspends undo/redo recording while the provided callback runs.

Callers 1

store.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected