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

Function va

resources/vega-lite.min.js:2403–2410  ·  view source on GitHub ↗
(e, t, n)

Source from the content-addressed store, hash-verified

2401 ha = e;
2402 }
2403 function va(e, t, n) {
2404 let { allowDisabling: i, includeDefault: r = !0 } = n;
2405 const o = ba(e)?.title;
2406 if (!Zo(e)) return o ?? e.title;
2407 const a = e,
2408 s = r ? xa(a, t) : void 0;
2409 return i ? U(o, a.title, s) : (o ?? a.title ?? s);
2410 }
2411 function ba(e) {
2412 return ca(e) && e.axis
2413 ? e.axis

Callers 4

GaFunction · 0.70
psFunction · 0.70
vega-lite.min.jsFile · 0.70
spFunction · 0.70

Calls 4

ZoFunction · 0.85
baFunction · 0.70
xaFunction · 0.70
UFunction · 0.70

Tested by

no test coverage detected