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

Function useMetricsIds

src/ui-react/hooks.ts:1542–1543  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1540): Metrics | undefined => useCreate(store, create, createDeps);
1541
1542export const useMetricsIds: typeof useMetricsIdsDecl = () =>
1543 useThingIds(OFFSET_METRICS);
1544
1545export const useMetrics: typeof useMetricsDecl = (
1546 id?: Id,

Callers 5

ReaderFunction · 0.90
TestFunction · 0.90
BodyFunction · 0.90

Calls 1

useThingIdsFunction · 0.90

Tested by 2

ReaderFunction · 0.72
TestFunction · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…