Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/simstudioai/sim
/ shouldDropPendingOperation
Function
shouldDropPendingOperation
apps/sim/stores/operation-queue/store.ts:132–132 ·
view source on GitHub ↗
(_op: QueuedOperation)
Source
from the content-addressed store, hash-verified
130
}))
131
132
let
shouldDropPendingOperation = (_op: QueuedOperation) => false
133
134
if
(
135
operation.operation.operation ===
'subblock-update'
&&
Callers
1
store.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected