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

Function UoGV

geetest/test.js:341–349  ·  view source on GitHub ↗
(e, t, r)

Source from the content-addressed store, hash-verified

339 var c = (_ & 16777215) == 15715070;
340
341 function UoGV(e, t, r) {
342 if (e != null)
343 if ("number" == typeof e)
344 this["fromNumber"](e, t, r);
345 else if (t == null && "string" != typeof e)
346 this["fromString"](e, 256);
347 else
348 this["fromString"](e, t);
349 }
350
351 function VGqq() {
352 return new UoGV(null);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected