MCPcopy
hub / github.com/pandao/editor.md / callback

Function callback

tests/js/searchbox.js:544–547  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

542 function delayedCall(fcn, defaultTimeout) {
543 var timer,
544 callback = function() {
545 timer = null;
546 fcn();
547 },
548
549 _self = function(timeout) {
550 if (!timer)

Callers 10

editormd.amd.jsFile · 0.85
editormd.jsFile · 0.85
markedFunction · 0.85
doneFunction · 0.85
runmode.node.jsFile · 0.85
runmode.jsFile · 0.85
dialog.jsFile · 0.85
editormd.jsFile · 0.85
findFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…