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

Function zc

resources/vega-lite.min.js:5726–5732  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

5724 const Fc = "offsetted_rect_start",
5725 Oc = "offsetted_rect_end";
5726 function zc(e) {
5727 let { timeUnit: t, field: n, reverse: i } = e;
5728 const { unit: r, utc: o } = t,
5729 a = Li(r),
5730 { part: s, step: l } = Hi(a, t.step);
5731 return `${o ? "utcOffset" : "timeOffset"}('${s}', ${j(n)}, ${i ? -l : l})`;
5732 }
5733 function Cc(e, t, n) {
5734 let [i, r] = e;
5735 if (void 0 !== t && 0.5 !== t) {

Callers 2

assembleMethod · 0.85
CcFunction · 0.85

Calls 3

LiFunction · 0.70
HiFunction · 0.70
jFunction · 0.70

Tested by

no test coverage detected