MCPcopy Index your code
hub / github.com/getsentry/sentry-javascript / compress

Function compress

packages/replay-worker/examples/worker.js:852–854  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

850 }
851}
852function compress(data) {
853 return gzipSync(strToU8(data));
854}
855function mergeUInt8Arrays(chunks) {
856 let len = 0;
857 for (const chunk of chunks) {

Callers 1

worker.jsFile · 0.70

Calls 2

gzipSyncFunction · 0.85
strToU8Function · 0.85

Tested by

no test coverage detected