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

Function L

xiaohongshu/test.js:1224–1229  ·  view source on GitHub ↗
(e, t, n)

Source from the content-addressed store, hash-verified

1222 return i
1223 }
1224 function L(e, t, n) {
1225 if (e % 1 != 0 || e < 0)
1226 throw new RangeError("offset is not uint");
1227 if (e + t > n)
1228 throw new RangeError("Trying to access beyond buffer length")
1229 }
1230 function I(e, t, n, r, i, o) {
1231 if (!u.isBuffer(e))
1232 throw new TypeError('"buffer" argument must be a Buffer instance');

Callers 4

test.jsFile · 0.70
OFunction · 0.70
kFunction · 0.70
PFunction · 0.70

Calls 1

CFunction · 0.70

Tested by

no test coverage detected