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

Function resolve

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

Source from the content-addressed store, hash-verified

726 ArrayPrototypePush(waiters, {
727 __proto__: null,
728 resolve() { resolve(true); },
729 reject() { resolve(false); },
730 });
731 installListeners();

Callers 11

readFunction · 0.70
endFunction · 0.70
rejectFunction · 0.70
#notifyConsumersMethod · 0.70
wireBroadcastWriteSignalFunction · 0.70
onWriteCompleteFunction · 0.70
#createPendingWriteMethod · 0.70
writable.jsFile · 0.50
readable.jsFile · 0.50
waitFunction · 0.50
finishedFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected