MCPcopy Index your code
hub / github.com/nodejs/node / #deleteConsumer

Method #deleteConsumer

lib/internal/streams/iter/share.js:386–391  ·  view source on GitHub ↗
(consumer)

Source from the content-addressed store, hash-verified

384 }
385
386 #deleteConsumer(consumer) {
387 if (this.#consumers.delete(consumer)) {
388 return this.#deleteConsumerFromMin(consumer);
389 }
390 return false;
391 }
392}
393
394// =============================================================================

Callers 6

getNextMethod · 0.45
returnMethod · 0.45
throwMethod · 0.45
nextMethod · 0.45
returnMethod · 0.45
throwMethod · 0.45

Calls 2

deleteMethod · 0.65

Tested by

no test coverage detected