MCPcopy Index your code
hub / github.com/tinyplex/tinybase / ContextMetricsChild

Function ContextMetricsChild

test/unit/core/ui-react/components.test.tsx:512–517  ·  view source on GitHub ↗
({metricsId}: {readonly metricsId?: string})

Source from the content-addressed store, hash-verified

510);
511
512const ContextMetricsChild = ({metricsId}: {readonly metricsId?: string}) => (
513 <>
514 <MetricView metrics={metricsId} metricId="m1" />
515 {useMetric('m1', metricsId)}
516 </>
517);
518
519const ContextIndexes = ({
520 indexes,

Callers

nothing calls this directly

Calls 1

useMetricFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…