Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sindresorhus/got
/ cache.ts
File
cache.ts
test/cache.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{Buffer} from
'node:buffer'
;
2
import
{promisify} from
'node:util'
;
3
import
{Readable as ReadableStream} from
'node:stream'
;
4
import
{Agent} from
'node:http'
;
Callers
nothing calls this directly
Calls
4
delay
Function · 0.85
write
Method · 0.80
timeout
Method · 0.80
get
Method · 0.45
Tested by
no test coverage detected