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

Function fancySum

test/callbacks-test.js:322–324  ·  view source on GitHub ↗
(x, y, callback)

Source from the content-addressed store, hash-verified

320
321 'should accept leading arguments': function(done) {
322 function fancySum(x, y, callback) {
323 callback(x + y);
324 }
325
326 var partiallyApplied = callbacks.lift(fancySum, 5);
327

Callers

nothing calls this directly

Calls 1

callbackFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…