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

Function Bz

resources/vega.min.js:29454–29476  ·  view source on GitHub ↗
(t, e, n, r)

Source from the content-addressed store, hash-verified

29452 return !("parent" === t || e instanceof Ja.proxy);
29453 }
29454 function Bz(t, e, n, r) {
29455 const i = t.element();
29456 i &&
29457 i.setAttribute(
29458 "title",
29459 (function (t) {
29460 return null == t
29461 ? ""
29462 : k(t)
29463 ? zz(t)
29464 : A(t) && !gt(t)
29465 ? ((e = t),
29466 Object.keys(e)
29467 .map((t) => {
29468 const n = e[t];
29469 return t + ": " + (k(n) ? zz(n) : Nz(n));
29470 })
29471 .join("\n"))
29472 : t + "";
29473 var e;
29474 })(r),
29475 );
29476 }
29477 function zz(t) {
29478 return "[" + t.map(Nz).join(", ") + "]";
29479 }

Callers

nothing calls this directly

Calls 7

zzFunction · 0.85
gtFunction · 0.85
NzFunction · 0.85
kFunction · 0.70
AFunction · 0.70
elementMethod · 0.45
mapMethod · 0.45

Tested by

no test coverage detected