Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sindresorhus/got
/ gzip.ts
File
gzip.ts
test/gzip.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
zlib from
'node:zlib'
;
4
import
test from
'ava'
;
Callers
nothing calls this directly
Calls
4
createRawHttpServer
Function · 0.85
close
Function · 0.85
write
Method · 0.80
get
Method · 0.45
Tested by
no test coverage detected