MCPcopy
hub / github.com/nodejs/undici / cache.js

File cache.js

lib/interceptor/cache.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1'use strict'
2
3const assert = require('node:assert')
4const { Readable } = require('node:stream')

Callers

nothing calls this directly

Calls 11

assertCacheStoreFunction · 0.85
assertCacheMethodsFunction · 0.85
assertCacheOriginsFunction · 0.85
parseCacheControlHeaderFunction · 0.85
makeCacheKeyFunction · 0.85
handleResultFunction · 0.85
filterMethod · 0.80
normalizeHeadersFunction · 0.70
getMethod · 0.65
dispatchFunction · 0.50
toStringMethod · 0.45

Tested by

no test coverage detected