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

Function useCheckpointsOrCheckpointsById

src/ui-react/hooks.ts:2167–2170  ·  view source on GitHub ↗
(
    checkpointsOrCheckpointsId?: CheckpointsOrCheckpointsId,
  )

Source from the content-addressed store, hash-verified

2165
2166export const useCheckpointsOrCheckpointsById: typeof useCheckpointsOrCheckpointsByIdDecl =
2167 (
2168 checkpointsOrCheckpointsId?: CheckpointsOrCheckpointsId,
2169 ): Checkpoints | undefined =>
2170 useThingOrThingById(checkpointsOrCheckpointsId, OFFSET_CHECKPOINTS);
2171
2172export const useProvideCheckpoints: typeof useProvideCheckpointsDecl = (
2173 checkpointsId: Id,

Callers 10

useCheckpointActionFunction · 0.90
useCheckpointIdsFunction · 0.90
useCheckpointFunction · 0.90
useSetCheckpointCallbackFunction · 0.90
useGoToCallbackFunction · 0.90
useUndoInformationFunction · 0.90
useRedoInformationFunction · 0.90
useCheckpointIdsListenerFunction · 0.90
useCheckpointListenerFunction · 0.90
getUseCheckpointViewFunction · 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…