MCPcopy Create free account
hub / github.com/breck7/scroll / pushOperation

Function pushOperation

external/.scrollLibs.js:3211–3220  ·  view source on GitHub ↗
(op)

Source from the content-addressed store, hash-verified

3209 var operationGroup = null
3210
3211 function pushOperation(op) {
3212 if (operationGroup) {
3213 operationGroup.ops.push(op)
3214 } else {
3215 op.ownsGroup = operationGroup = {
3216 ops: [op],
3217 delayedCallbacks: []
3218 }
3219 }
3220 }
3221
3222 function fireCallbacksForOps(group) {
3223 // Calls delayed callbacks and cursorActivity handlers until no

Callers 1

startOperationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected