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

Function ir

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

Source from the content-addressed store, hash-verified

1428 throw new Error(`Invalid field predicate: ${Q(e)}`);
1429 }
1430 function ir(e) {
1431 return !(arguments.length > 1 && void 0 !== arguments[1]) || arguments[1]
1432 ? `isValid(${e}) && isFinite(+${e})`
1433 : `!isValid(${e}) || !isFinite(+${e})`;
1434 }
1435 function rr(e) {
1436 return er(e) && e.timeUnit ? { ...e, timeUnit: Ii(e.timeUnit) } : e;
1437 }

Callers 4

nrFunction · 0.70
yoFunction · 0.70
joFunction · 0.70
TuFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected