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

Function useCheckpoints

docs/pseudo.esm.sh/tinybase@9.0.0/ui-react/index.js:1162–1162  ·  view source on GitHub ↗
(id)

Source from the content-addressed store, hash-verified

1160var useCreateCheckpoints = (store, create, createDeps) => useCreate(store, create, createDeps);
1161var useCheckpointsIds = () => useThingIds(OFFSET_CHECKPOINTS);
1162var useCheckpoints = (id) => useThing(id, OFFSET_CHECKPOINTS);
1163var useCheckpointsOrCheckpointsById = (checkpointsOrCheckpointsId) => useThingOrThingById(checkpointsOrCheckpointsId, OFFSET_CHECKPOINTS);
1164var useProvideCheckpoints = (checkpointsId, checkpoints) => useProvideThing(checkpointsId, checkpoints, OFFSET_CHECKPOINTS);
1165var useCheckpointIds = (checkpointsOrCheckpointsId) => useListenable(

Callers

nothing calls this directly

Calls 1

useThingFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…