MCPcopy Create free account
hub / github.com/alignoth/alignoth / U$

Function U$

resources/vega.min.js:26966–26982  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26964 return String.fromCharCode(i);
26965 }
26966 function U$() {
26967 var t, e, n, r;
26968 for (
26969 e = 0, "}" === (t = HS[YS]) && tT({}, p$, A$);
26970 YS < GS && S$((t = HS[YS++]));
26971
26972 )
26973 e = 16 * e + "0123456789abcdef".indexOf(t.toLowerCase());
26974 return (
26975 (e > 1114111 || "}" !== t) && tT({}, p$, A$),
26976 e <= 65535
26977 ? String.fromCharCode(e)
26978 : ((n = 55296 + ((e - 65536) >> 10)),
26979 (r = 56320 + ((e - 65536) & 1023)),
26980 String.fromCharCode(n, r))
26981 );
26982 }
26983 function q$() {
26984 var t, e;
26985 for (

Callers 1

H$Function · 0.85

Calls 2

tTFunction · 0.85
S$Function · 0.85

Tested by

no test coverage detected