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

Function I

xiaohongshu/test.js:1230–1237  ·  view source on GitHub ↗
(e, t, n, r, i, o)

Source from the content-addressed store, hash-verified

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');
1233 if (t > i || t < o)
1234 throw new RangeError('"value" argument is out of bounds');
1235 if (n + r > e.length)
1236 throw new RangeError("Index out of range")
1237 }
1238 function R(e, t, n, r) {
1239 t < 0 && (t = 65535 + t + 1);
1240 for (var i = 0, o = Math.min(e.length - n, 2); i < o; ++i)

Callers 3

test.jsFile · 0.70
PFunction · 0.70
BFunction · 0.70

Calls 1

cFunction · 0.70

Tested by

no test coverage detected