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

Function streamOnPause

lib/internal/http2/core.js:1959–1962  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1957}
1958
1959function streamOnPause() {
1960 if (!this.destroyed && !this.pending)
1961 this[kHandle].readStop();
1962}
1963
1964function afterShutdown(status) {
1965 const stream = this.handle[kOwner];

Callers

nothing calls this directly

Calls 1

readStopMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…