MCPcopy Index your code
hub / github.com/nodejs/node / [SymbolDispose]

Method [SymbolDispose]

lib/internal/streams/iter/share.js:586–588  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

584 }
585
586 [SymbolDispose]() {
587 this.cancel();
588 }
589
590 #pullFromSource() {
591 if (this.#sourceExhausted || this.#cancelled) return;

Callers

nothing calls this directly

Calls 1

cancelMethod · 0.95

Tested by

no test coverage detected