MCPcopy Create free account
hub / github.com/TruthHun/BookStack / fireOrphanDelayed

Function fireOrphanDelayed

static/editor.md/lib/codemirror/lib/codemirror.js:7971–7975  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7969 }
7970
7971 function fireOrphanDelayed() {
7972 var delayed = orphanDelayedCallbacks;
7973 orphanDelayedCallbacks = null;
7974 for (var i = 0; i < delayed.length; ++i) delayed[i]();
7975 }
7976
7977 // The DOM events that CodeMirror handles can be overridden by
7978 // registering a (non-DOM) handler on the editor for the event name,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected