MCPcopy
hub / github.com/witheve/Eve / endOperation_W1

Function endOperation_W1

src/codemirror.js:3097–3099  ·  view source on GitHub ↗
(op)

Source from the content-addressed store, hash-verified

3095 }
3096
3097 function endOperation_W1(op) {
3098 op.updatedDisplay = op.mustUpdate && updateDisplayIfNeeded(op.cm, op.update);
3099 }
3100
3101 function endOperation_R2(op) {
3102 var cm = op.cm, display = cm.display;

Callers 1

endOperationsFunction · 0.85

Calls 1

updateDisplayIfNeededFunction · 0.85

Tested by

no test coverage detected