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

Function useCheckpoints

src/ui-solid/primitives.ts:1787–1789  ·  view source on GitHub ↗
(
  id?: MaybeAccessor<Id | undefined>,
)

Source from the content-addressed store, hash-verified

1785export const useCheckpointsIds = () => useThingIds(OFFSET_CHECKPOINTS);
1786
1787export const useCheckpoints = (
1788 id?: MaybeAccessor<Id | undefined>,
1789): Accessor<Checkpoints | undefined> => useThing(id, OFFSET_CHECKPOINTS);
1790
1791export const useCheckpointsOrCheckpointsById = (
1792 checkpointsOrCheckpointsId?: MaybeCheckpointsOrCheckpointsId,

Callers 3

ContextProvidedThingsFunction · 0.90

Calls 1

useThingFunction · 0.90

Tested by 2

ContextProvidedThingsFunction · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…