MCPcopy Create free account
hub / github.com/nodejs/node / paused

Function paused

deps/undici/src/lib/interceptor/cache.js:195–197  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

193 stream.pause()
194 },
195 get paused () {
196 return stream.isPaused()
197 },
198 get aborted () {
199 return stream.destroyed
200 },

Callers

nothing calls this directly

Calls 1

isPausedMethod · 0.80

Tested by

no test coverage detected