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

Function Zlib

packages/replay-worker/examples/worker.js:711–715  ·  view source on GitHub ↗
(opts, cb)

Source from the content-addressed store, hash-verified

709 */
710var Zlib = /*#__PURE__*/ (function () {
711 function Zlib(opts, cb) {
712 this.c = adler();
713 this.v = 1;
714 Deflate.call(this, opts, cb);
715 }
716 /**
717 * Pushes a chunk to be zlibbed
718 * @param chunk The chunk to push

Callers

nothing calls this directly

Calls 2

adlerFunction · 0.85
callMethod · 0.80

Tested by

no test coverage detected