MCPcopy
hub / github.com/tinyplex/tinybase / useCheckpointsOrCheckpointsById

Function useCheckpointsOrCheckpointsById

src/ui-solid/primitives.ts:1791–1794  ·  view source on GitHub ↗
(
  checkpointsOrCheckpointsId?: MaybeCheckpointsOrCheckpointsId,
)

Source from the content-addressed store, hash-verified

1789): Accessor<Checkpoints | undefined> => useThing(id, OFFSET_CHECKPOINTS);
1790
1791export const useCheckpointsOrCheckpointsById = (
1792 checkpointsOrCheckpointsId?: MaybeCheckpointsOrCheckpointsId,
1793): Accessor<Checkpoints | undefined> =>
1794 useThingOrThingById(checkpointsOrCheckpointsId, OFFSET_CHECKPOINTS);
1795
1796export const useProvideCheckpoints = (
1797 checkpointsId: Id,

Callers 10

getUseCheckpointViewFunction · 0.90
useCheckpointActionFunction · 0.70
useCheckpointIdsFunction · 0.70
useCheckpointFunction · 0.70
useSetCheckpointCallbackFunction · 0.70
useGoToCallbackFunction · 0.70
useUndoInformationFunction · 0.70
useRedoInformationFunction · 0.70
useCheckpointIdsListenerFunction · 0.70
useCheckpointListenerFunction · 0.70

Calls 1

useThingOrThingByIdFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…