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

Function w

packages/replay-worker/examples/worker.js:267–269  ·  view source on GitHub ↗
(v)

Source from the content-addressed store, hash-verified

265 cln = c[0],
266 cls = 1;
267 var w = function (v) {
268 cl[cli++] = v;
269 };
270 for (var i = 1; i <= s; ++i) {
271 if (c[i] == cln && i != s) ++cls;
272 else {

Callers 2

lcFunction · 0.85
strToU8Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected