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

Function shft

packages/replay-worker/examples/worker.js:122–124  ·  view source on GitHub ↗
(p)

Source from the content-addressed store, hash-verified

120var fdm = /*#__PURE__*/ hMap(fdt, 5, 0);
121// get end of byte
122var shft = function (p) {
123 return ((p + 7) / 8) | 0;
124};
125// typed array slice - allows garbage collector to free original reference,
126// while being more compatible than .slice
127var slc = function (v, s, e) {

Callers 2

wfblkFunction · 0.85
dfltFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected