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

Function throw

lib/internal/streams/iter/push.js:669–672  ·  view source on GitHub ↗
(error)

Source from the content-addressed store, hash-verified

667 return { __proto__: null, done: true, value: undefined };
668 },
669 async throw(error) {
670 queue.consumerThrow(error);
671 return { __proto__: null, done: true, value: undefined };
672 },
673 };
674 },
675 };

Callers

nothing calls this directly

Calls 1

consumerThrowMethod · 0.80

Tested by

no test coverage detected