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

Function useCheckpointsIds

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

Source from the content-addressed store, hash-verified

1783): Accessor<Checkpoints | undefined> => useCreate(store, create);
1784
1785export const useCheckpointsIds = () => useThingIds(OFFSET_CHECKPOINTS);
1786
1787export const useCheckpoints = (
1788 id?: MaybeAccessor<Id | undefined>,

Callers 3

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