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

Function streamOnResume

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

Source from the content-addressed store, hash-verified

1952}
1953
1954function streamOnResume() {
1955 if (!this.destroyed)
1956 this[kHandle].readStart();
1957}
1958
1959function streamOnPause() {
1960 if (!this.destroyed && !this.pending)

Callers

nothing calls this directly

Calls 1

readStartMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…