Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
23
let
recordingSuspendDepth = 0
24
25
function
isRecordingSuspended(): boolean {
26
return
recordingSuspendDepth > 0
27
}
28
29
/**
30
* Temporarily suspends undo/redo recording
while
the provided callback runs.
Callers
1
store.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected