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

Function useStoreIds

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

Source from the content-addressed store, hash-verified

620): Store => useMemo(create, createDeps);
621
622export const useStoreIds: typeof useStoreIdsDecl = () =>
623 useThingIds(OFFSET_STORE);
624
625export const useStore: typeof useStoreDecl = (id?: Id): Store | undefined =>
626 useThing(id, OFFSET_STORE);

Callers 6

TestFunction · 0.90
ContextNestedChildFunction · 0.90
BodyFunction · 0.90

Calls 1

useThingIdsFunction · 0.90

Tested by 3

TestFunction · 0.72
ContextNestedChildFunction · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…