MCPcopy Create free account
hub / github.com/tinyplex/tinybase / TestMetricView

Function TestMetricView

test/unit/core/ui-react/components.test.tsx:368–372  ·  view source on GitHub ↗
(props: MetricProps)

Source from the content-addressed store, hash-verified

366);
367
368const TestMetricView = (props: MetricProps) => (
369 <>
370 {props.metricId}:<MetricView {...props} />
371 </>
372);
373
374const customComponents = {
375 CellView: TestCellView,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…