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

Function useCheckpointIds

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

Source from the content-addressed store, hash-verified

1799): void => useProvideThing(checkpointsId, checkpoints, OFFSET_CHECKPOINTS);
1800
1801export const useCheckpointIds = (
1802 checkpointsOrCheckpointsId?: MaybeCheckpointsOrCheckpointsId,
1803): Accessor<CheckpointIds> =>
1804 useListenable(
1805 CHECKPOINT + IDS,
1806 useCheckpointsOrCheckpointsById(checkpointsOrCheckpointsId),
1807 ReturnType.Checkpoints,
1808 );
1809
1810export const useCheckpoint = (
1811 checkpointId: MaybeAccessor<Id>,

Callers 5

ReaderFunction · 0.90
primitives.test.tsFile · 0.90
getUseCheckpointViewFunction · 0.90
useUndoInformationFunction · 0.70
useRedoInformationFunction · 0.70

Calls 2

useListenableFunction · 0.70

Tested by 1

ReaderFunction · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…