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

Function callback

test/node-test.js:293–296  ·  view source on GitHub ↗
(_, val)

Source from the content-addressed store, hash-verified

291
292 'should register callback as callback': function (done) {
293 function callback(_, val) {
294 assert.same(val, sentinel);
295 done();
296 }
297
298 return nodefn.bindCallback(
299 when.resolve(sentinel),

Callers 7

wrappedFunction · 0.85
node-test.jsFile · 0.85
asyncFunction · 0.85
fakeResolvedFunction · 0.85
fancySumFunction · 0.85
weirdAsyncFunction · 0.85
revParseFunction · 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…