MCPcopy Create free account
hub / github.com/nodejs/undici / noop

Function noop

lib/api/api-stream.js:9–9  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7const { addSignal, removeSignal } = require('./abort-signal')
8
9function noop () {}
10
11function getWritableError (stream) {
12 return stream.errored ?? stream.writableErrored ?? stream._writableState?.errored

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected