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

Function h

xiaohongshu/test.js:710–714  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

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");
713 return 0 | e
714 }
715 function p(e, t) {
716 if (u.isBuffer(e))
717 return e.length;

Callers 15

cFunction · 0.70
fFunction · 0.70
dFunction · 0.70
test.jsFile · 0.70
TFunction · 0.70
OFunction · 0.70
AFunction · 0.70
CFunction · 0.70
PFunction · 0.70
MFunction · 0.70
uFunction · 0.70
vFunction · 0.70

Calls 6

runMethod · 0.80
aFunction · 0.70
sFunction · 0.70
rFunction · 0.70
cFunction · 0.70
$Function · 0.70

Tested by

no test coverage detected