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

Function usePersisterOrPersisterById

src/ui-react/hooks.ts:2365–2366  ·  view source on GitHub ↗
(persisterOrPersisterId?: PersisterOrPersisterId)

Source from the content-addressed store, hash-verified

2363
2364export const usePersisterOrPersisterById: typeof usePersisterOrPersisterByIdDecl =
2365 (persisterOrPersisterId?: PersisterOrPersisterId): AnyPersister | undefined =>
2366 useThingOrThingById(persisterOrPersisterId, OFFSET_PERSISTER);
2367
2368export const useProvidePersister: typeof useProvidePersisterDecl = (
2369 persisterId: Id,

Callers 2

usePersisterStatusFunction · 0.90

Calls 1

useThingOrThingByIdFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…