MCPcopy
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

buildFunction · 0.85
NumericTimeSeriesFunction · 0.85
CategoricalTimeSeriesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected