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

Function TestMetricView

test/unit/core/ui-solid/components.test.tsx:202–206  ·  view source on GitHub ↗
(props: MetricProps)

Source from the content-addressed store, hash-verified

200);
201
202const TestMetricView = (props: MetricProps) => (
203 <>
204 {props.metricId}:<MetricView {...props} />
205 </>
206);
207
208const TestIndexView = (props: IndexProps & {readonly cellPrefix?: string}) => (
209 <>

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…