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

Function noop

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

Source from the content-addressed store, hash-verified

12const { parseHttpDate } = require('../util/date.js')
13
14function noop () {}
15
16// Status codes that we can use some heuristics on to cache
17const HEURISTICALLY_CACHEABLE_STATUS_CODES = [

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected