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

Function reject

test/monitor/deep-chain.js:47–49  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

45 }
46
47 function reject(x) {
48 return Promise.reject(new Error('error originates here'));
49 }
50 });
51}(typeof define === 'function' && define.amd ? define : function(factory) { module.exports = factory(require); }));
52

Callers 8

f1Function · 0.70
runFunction · 0.70
map-test.jsFile · 0.50
flow-test.jsFile · 0.50
settle-test.jsFile · 0.50
delayRejectFunction · 0.50
keys-test.jsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…