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

Function Nn

resources/vega-embed.min.js:3295–3308  ·  view source on GitHub ↗
(...t)

Source from the content-addressed store, hash-verified

3293 return ((n.value = o.view), n);
3294 }
3295 const Nn = (...t) => {
3296 return t.length > 1 &&
3297 ((e.isString(t[0]) &&
3298 !(
3299 (n = t[0]).startsWith("http://") ||
3300 n.startsWith("https://") ||
3301 n.startsWith("//")
3302 )) ||
3303 t[0] instanceof HTMLElement ||
3304 3 === t.length)
3305 ? In(t[0], t[1], t[2])
3306 : Ln(t[0], t[1]);
3307 var n;
3308 };
3309 return (
3310 (Nn.vegaLite = pn),
3311 (Nn.vl = pn),

Callers

nothing calls this directly

Calls 2

InFunction · 0.70
LnFunction · 0.70

Tested by

no test coverage detected