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

Function Zi

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

Source from the content-addressed store, hash-verified

2779 return li(t.getFullYear() % 1e4, e, 4);
2780 }
2781 function Zi(t, e) {
2782 var n = t.getDay();
2783 return li(
2784 (t = n >= 4 || 0 === n ? bn(t) : bn.ceil(t)).getFullYear() % 1e4,
2785 e,
2786 4,
2787 );
2788 }
2789 function Qi(t) {
2790 var e = t.getTimezoneOffset();
2791 return (

Callers

nothing calls this directly

Calls 2

bnFunction · 0.85
liFunction · 0.70

Tested by

no test coverage detected