Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sindresorhus/got
/ stream.ts
File
stream.ts
test/stream.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
process from
'node:process'
;
2
import
{Buffer} from
'node:buffer'
;
3
import
fs from
'node:fs'
;
4
import
{Agent as HttpAgent, request as httpRequest,
type
ClientRequest} from
'node:http'
;
Callers
nothing calls this directly
Calls
8
expectStreamToEnd
Function · 0.85
delay
Function · 0.85
json
Method · 0.80
pipe
Method · 0.80
write
Method · 0.80
set
Method · 0.80
options
Method · 0.80
get
Method · 0.45
Tested by
no test coverage detected