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

Function noop

lib/handler/redirect-handler.js:10–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8const redirectableStatusCodes = [300, 301, 302, 303, 307, 308]
9
10const noop = () => {}
11
12class RedirectHandler {
13 static buildDispatch (dispatcher, maxRedirections) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected