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

Function KK

geetest/test.js:1850–1857  ·  view source on GitHub ↗
(t)

Source from the content-addressed store, hash-verified

1848function get_w(arr, devarr, gt, challenge, rp, res_c, res_s, x, z) {
1849
1850 function KK(t) {
1851 var e = devarr
1852 if (e["map"]) return new $_FAK(e["map"](t));
1853
1854 for (var n = [], r = 0, o = e["length"]; r < o; r += 1) n[r] = t(e[r], r, this);
1855
1856 return new $_FAK(n);
1857 };
1858
1859 function A() {
1860 function n(t) {

Callers

nothing calls this directly

Calls 1

tFunction · 0.70

Tested by

no test coverage detected