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

Function Jr

resources/vega.min.js:2307–2313  ·  view source on GitHub ↗
(t)

Source from the content-addressed store, hash-verified

2305 );
2306 }
2307 function Jr(t) {
2308 if (0 <= t.y && t.y < 100) {
2309 var e = new Date(-1, t.m, t.d, t.H, t.M, t.S, t.L);
2310 return (e.setFullYear(t.y), e);
2311 }
2312 return new Date(t.y, t.m, t.d, t.H, t.M, t.S, t.L);
2313 }
2314 function Zr(t) {
2315 if (0 <= t.y && t.y < 100) {
2316 var e = new Date(Date.UTC(-1, t.m, t.d, t.H, t.M, t.S, t.L));

Callers 1

kFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected