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

Function usePersisterIds

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

Source from the content-addressed store, hash-verified

2355};
2356
2357export const usePersisterIds: typeof usePersisterIdsDecl = () =>
2358 useThingIds(OFFSET_PERSISTER);
2359
2360export const usePersister: typeof usePersisterDecl = (
2361 id?: Id,

Callers 4

ReaderFunction · 0.90
TestFunction · 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…