MCPcopy Index your code
hub / github.com/nodejs/node / reject

Function reject

lib/internal/streams/iter/classic.js:729–729  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

727 __proto__: null,
728 resolve() { resolve(true); },
729 reject() { resolve(false); },
730 });
731 installListeners();
732 return promise;

Callers 15

endFunction · 0.70
onAbortFunction · 0.70
wireBroadcastWriteSignalFunction · 0.70
onErrorFunction · 0.70
onAbortFunction · 0.70
getOnAbortFunction · 0.70
onAbortMethod · 0.70
#createPendingWriteMethod · 0.70
onAbortFunction · 0.50
defaultEvalMethod · 0.50
errorListenerFunction · 0.50

Calls 1

resolveFunction · 0.70

Tested by 4

testFunction · 0.40
testFunction · 0.40
testFunction · 0.40
testFunction · 0.40

Used in the wild real call sites across dependent graphs

searching dependent graphs…