Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ createInflate
Function
createInflate
deps/undici/undici.js:5917–5919 ·
view source on GitHub ↗
(zlibOptions)
Source
from the content-addressed store, hash-verified
5915
}
5916
};
5917
function
createInflate(zlibOptions) {
5918
return
new
InflateStream(zlibOptions);
5919
}
5920
__name(createInflate,
"createInflate"
);
5921
function
extractMimeType(headers) {
5922
let
charset = null;
Callers
1
onResponseStart
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected