Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/feast-dev/feast
/ toX
Function
toX
ui/src/pages/monitoring/components/TimeSeriesAnalysis.tsx:385–385 ·
view source on GitHub ↗
(m: FeatureMetric)
Source
from the content-addressed store, hash-verified
383
);
384
385
const toX = (m: FeatureMetric) => new Date(m.metric_date).getTime();
386
const isNumeric = featureType ===
"numeric"
;
387
const hasData = sorted.length >= 1;
388
Callers
3
build
Function · 0.85
NumericTimeSeries
Function · 0.85
CategoricalTimeSeries
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected