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

Function requestOnError

lib/internal/http2/core.js:848–850  ·  view source on GitHub ↗
(error)

Source from the content-addressed store, hash-verified

846}
847
848function requestOnError(error) {
849 this.destroy(error);
850}
851
852// Validates that priority options are correct, specifically:
853// 1. options.weight must be a number

Callers

nothing calls this directly

Calls 1

destroyMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…