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

Function P

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

Source from the content-addressed store, hash-verified

1209 return r
1210 }
1211 function P(e, t, n) {
1212 var r = e.length;
1213 (!t || t < 0) && (t = 0),
1214 (!n || n < 0 || n > r) && (n = r);
1215 for (var i = "", o = t; o < n; ++o)
1216 i += U(e[o]);
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]);

Callers 5

vFunction · 0.70
OFunction · 0.70
kFunction · 0.70
test.jsFile · 0.70
xFunction · 0.70

Calls 9

UFunction · 0.70
hFunction · 0.70
MFunction · 0.70
cFunction · 0.70
SFunction · 0.70
oFunction · 0.70
BFunction · 0.70
IFunction · 0.70
LFunction · 0.70

Tested by

no test coverage detected