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

Function useMetrics

src/ui-react/hooks.ts:1545–1547  ·  view source on GitHub ↗
(
  id?: Id,
)

Source from the content-addressed store, hash-verified

1543 useThingIds(OFFSET_METRICS);
1544
1545export const useMetrics: typeof useMetricsDecl = (
1546 id?: Id,
1547): Metrics | undefined => useThing(id, OFFSET_METRICS);
1548
1549export const useMetricsOrMetricsById: typeof useMetricsOrMetricsByIdDecl = (
1550 metricsOrMetricsId?: MetricsOrMetricsId,

Callers 8

TestFunction · 0.90
ProvidedThingsFunction · 0.90
MetricsViewFunction · 0.90
BodyFunction · 0.90
MetricsFunction · 0.50
MetricsFunction · 0.50

Calls 1

useThingFunction · 0.90

Tested by 3

TestFunction · 0.72
ProvidedThingsFunction · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…