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

Function MetricView

docs/pseudo.esm.sh/tinybase@9.0.0/ui-react/index.js:1596–1600  ·  view source on GitHub ↗
({ metricId, metrics, debugIds })

Source from the content-addressed store, hash-verified

1594var LinkedRowsView = (props) => useComponentPerRow(props, useLinkedRowIds, props.firstRowId);
1595var LocalRowsView = (props) => useComponentPerRow(props, useLocalRowIds, props.remoteRowId);
1596var MetricView = ({ metricId, metrics, debugIds }) => /* @__PURE__ */ jsx(Wrap, {
1597 debugIds,
1598 id: metricId,
1599 children: useMetric(metricId, metrics) ?? EMPTY_STRING
1600});
1601var RemoteRowView = ({
1602 relationshipId,
1603 localRowId,

Callers

nothing calls this directly

Calls 1

useMetricFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…