MCPcopy Index your code
hub / github.com/DHTMLX/gantt / pushOperation

Function pushOperation

samples/common/codehighlight/codemirror.js:2016–2025  ·  view source on GitHub ↗
(op)

Source from the content-addressed store, hash-verified

2014 var operationGroup = null;
2015
2016 function pushOperation(op) {
2017 if (operationGroup) {
2018 operationGroup.ops.push(op);
2019 } else {
2020 op.ownsGroup = operationGroup = {
2021 ops: [op],
2022 delayedCallbacks: []
2023 };
2024 }
2025 }
2026
2027 function fireCallbacksForOps(group) {
2028 // Calls delayed callbacks and cursorActivity handlers until no

Callers 1

startOperationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected