MCPcopy Create free account
hub / github.com/alignoth/alignoth / w

Function w

resources/vega.min.js:99–119  ·  view source on GitHub ↗
(t, e)

Source from the content-addressed store, hash-verified

97 x = 3,
98 b = 4;
99 function w(t, e) {
100 let n = arguments.length > 2 && void 0 !== arguments[2] ? arguments[2] : m,
101 r = t || y;
102 return {
103 level(t) {
104 return arguments.length ? ((r = +t), this) : r;
105 },
106 error() {
107 return (r >= v && n(e || "error", "ERROR", arguments), this);
108 },
109 warn() {
110 return (r >= _ && n(e || "warn", "WARN", arguments), this);
111 },
112 info() {
113 return (r >= x && n(e || "log", "INFO", arguments), this);
114 },
115 debug() {
116 return (r >= b && n(e || "log", "DEBUG", arguments), this);
117 },
118 };
119 }
120 var k = Array.isArray;
121 function A(t) {
122 return t === Object(t);

Callers 2

KrFunction · 0.70
GaFunction · 0.70

Calls 5

pointMethod · 0.80
oFunction · 0.70
iFunction · 0.70
nFunction · 0.70
_Function · 0.70

Tested by

no test coverage detected