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

Function useMetricsIds

src/ui-solid/primitives.ts:1232–1232  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1230): Accessor<Metrics | undefined> => useCreate(store, create);
1231
1232export const useMetricsIds = () => useThingIds(OFFSET_METRICS);
1233
1234export const useMetrics = (
1235 id?: MaybeAccessor<Id | undefined>,

Callers 4

ReaderFunction · 0.90
BodyFunction · 0.90

Calls 1

useThingIdsFunction · 0.90

Tested by 1

ReaderFunction · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…