MCPcopy Create free account
hub / github.com/cxapython/catvm / d

Function d

xiaohongshu/test.js:703–709  ·  view source on GitHub ↗
(e, t)

Source from the content-addressed store, hash-verified

701 return e
702 }
703 function d(e, t) {
704 var n = t.length < 0 ? 0 : 0 | h(t.length);
705 e = s(e, n);
706 for (var r = 0; r < n; r += 1)
707 e[r] = 255 & t[r];
708 return e
709 }
710 function h(e) {
711 if (e >= a())
712 throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x" + a().toString(16) + " bytes");

Callers 6

cFunction · 0.70
uFunction · 0.70
test.jsFile · 0.70
sFunction · 0.70
xFunction · 0.70
fFunction · 0.70

Calls 5

hFunction · 0.70
sFunction · 0.70
lFunction · 0.70
uFunction · 0.70
cFunction · 0.70

Tested by

no test coverage detected