MCPcopy
hub / github.com/PaulTaykalo/objc-dependency-visualizer / callback

Function callback

Scripts/ace/ace.js:1815–1818  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1813exports.deferredCall = function(fcn) {
1814 var timer = null;
1815 var callback = function() {
1816 timer = null;
1817 fcn();
1818 };
1819
1820 var deferred = function(timeout) {
1821 deferred.cancel();

Callers 15

_requireFunction · 0.70
ace.jsFile · 0.70
normalizeCommandKeysFunction · 0.70
matchIteratorFunction · 0.70
mode-jsoniq.jsFile · 0.70
keybinding-vim.jsFile · 0.70
stopFunction · 0.70
doReplaceFunction · 0.70
highlightFunction · 0.70
doneFunction · 0.70
d3_selection_eachFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected