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

Function M

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

Source from the content-addressed store, hash-verified

1217 return i
1218 }
1219 function M(e, t, n) {
1220 for (var r = e.slice(t, n), i = "", o = 0; o < r.length; o += 2)
1221 i += String.fromCharCode(r[o] + 256 * r[o + 1]);
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");

Callers 4

vFunction · 0.70
OFunction · 0.70
PFunction · 0.70
test.jsFile · 0.70

Calls 5

hFunction · 0.70
cFunction · 0.70
NFunction · 0.70
rFunction · 0.70
BFunction · 0.70

Tested by

no test coverage detected