MCPcopy Index your code
hub / github.com/nodejs/node / cache.js

File cache.js

deps/undici/src/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 15

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

Tested by

no test coverage detected