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

Function N$

resources/vega.min.js:26892–26902  ·  view source on GitHub ↗
(t)

Source from the content-addressed store, hash-verified

26890 );
26891 }
26892 function N$(t) {
26893 return (
26894 36 === t ||
26895 95 === t ||
26896 (t >= 65 && t <= 90) ||
26897 (t >= 97 && t <= 122) ||
26898 (t >= 48 && t <= 57) ||
26899 92 === t ||
26900 (t >= 128 && D$.test(String.fromCharCode(t)))
26901 );
26902 }
26903 const O$ = {
26904 if: 1,
26905 in: 1,

Callers 3

q$Function · 0.85
P$Function · 0.85
W$Function · 0.85

Calls 1

testMethod · 0.80

Tested by

no test coverage detected