MCPcopy
hub / github.com/cujojs/when / wrapped

Function wrapped

node.js:243–247  ·  view source on GitHub ↗
(err, value)

Source from the content-addressed store, hash-verified

241 }
242
243 function wrapped(err, value) {
244 setTimer(function () {
245 callback(err, value);
246 }, 0);
247 }
248 }
249
250 /**

Callers 1

successFunction · 0.85

Calls 2

callbackFunction · 0.85
setTimerFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…