Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/nodejs/undici
/ cache.js
File
cache.js
test/interceptors/cache.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
'use strict'
2
3
const
{ createServer } = require(
'node:http'
)
4
const
{ describe, test, after } = require(
'node:test'
)
Callers
nothing calls this directly
Calls
12
createServer
Function · 0.85
makeCacheKey
Function · 0.85
listen
Method · 0.80
compose
Method · 0.80
cache
Method · 0.80
close
Method · 0.65
text
Method · 0.65
get
Method · 0.65
has
Method · 0.65
sleep
Function · 0.50
end
Method · 0.45
request
Method · 0.45
Tested by
no test coverage detected