MCPcopy
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
3const { createServer } = require('node:http')
4const { describe, test, after } = require('node:test')

Callers

nothing calls this directly

Calls 12

createServerFunction · 0.85
makeCacheKeyFunction · 0.85
listenMethod · 0.80
composeMethod · 0.80
cacheMethod · 0.80
closeMethod · 0.65
textMethod · 0.65
getMethod · 0.65
hasMethod · 0.65
sleepFunction · 0.50
endMethod · 0.45
requestMethod · 0.45

Tested by

no test coverage detected