MCPcopy
hub / github.com/retspen/webvirtcloud / callback

Function callback

static/js/ace.js:1838–1841  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1836exports.deferredCall = function(fcn) {
1837 var timer = null;
1838 var callback = function() {
1839 timer = null;
1840 fcn();
1841 };
1842
1843 var deferred = function(timeout) {
1844 deferred.cancel();

Callers 6

_requireFunction · 0.85
ace.jsFile · 0.85
normalizeCommandKeysFunction · 0.85
matchIteratorFunction · 0.85
ui.jsFile · 0.85
tcp-client.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected