MCPcopy Create free account
hub / github.com/tinyplex/tinybase / useCheckpoints

Function useCheckpoints

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

Source from the content-addressed store, hash-verified

1006var useCreateCheckpoints = (store, create) => useCreate(store, create);
1007var useCheckpointsIds = () => useThingIds(OFFSET_CHECKPOINTS);
1008var useCheckpoints = (id) => useThing(id, OFFSET_CHECKPOINTS);
1009var useCheckpointsOrCheckpointsById = (checkpointsOrCheckpointsId) => useThingOrThingById(checkpointsOrCheckpointsId, OFFSET_CHECKPOINTS);
1010var useProvideCheckpoints = (checkpointsId, checkpoints) => useProvideThing(checkpointsId, checkpoints, OFFSET_CHECKPOINTS);
1011var 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…