Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/getsentry/sentry-javascript
/ gzhl
Function
gzhl
packages/replay-worker/examples/worker.js:611–613 ·
view source on GitHub ↗
(o)
Source
from the content-addressed store, hash-verified
609
};
610
// gzip header length
611
var
gzhl =
function
(o) {
612
return
10 + (o.filename ? o.filename.length + 1 : 0);
613
};
614
// zlib header
615
var
zlh =
function
(c, o) {
616
var
lv = o.level,
Callers
1
gzipSync
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected