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

Function ia

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

Source from the content-addressed store, hash-verified

2263 return (aa(e) && !pa(e)) || ra(e);
2264 }
2265 function ia(e) {
2266 return (aa(e) && "quantitative" === e.type && !e.bin) || ra(e);
2267 }
2268 function ra(e) {
2269 return ta(e) && t.isNumber(e.datum);
2270 }

Callers 1

flFunction · 0.85

Calls 2

aaFunction · 0.85
raFunction · 0.70

Tested by

no test coverage detected