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

Method fail

lib/internal/streams/iter/push.js:631–633  ·  view source on GitHub ↗
(reason)

Source from the content-addressed store, hash-verified

629 }
630
631 fail(reason) {
632 this.#queue.fail(arguments.length === 0 ? kNoFailReason : reason);
633 }
634
635 [SymbolAsyncDispose]() {
636 const state = this.#queue.writerState;

Callers 2

[SymbolAsyncDispose]Method · 0.95
[SymbolDispose]Method · 0.95

Calls 1

failMethod · 0.45

Tested by

no test coverage detected