MCPcopy Create free account
hub / github.com/sql-js/sql.js / fireDelayed

Function fireDelayed

GUI/codemirror/lib/codemirror.js:6915–6920  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6913 }
6914
6915 function fireDelayed() {
6916 --delayedCallbackDepth;
6917 var delayed = delayedCallbacks;
6918 delayedCallbacks = null;
6919 for (var i = 0; i < delayed.length; ++i) delayed[i]();
6920 }
6921
6922 // The DOM events that CodeMirror handles can be overridden by
6923 // 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

Used in the wild real call sites across dependent graphs

searching dependent graphs…