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

Function getCheckpointIds

src/ui-svelte/functions.svelte.ts:903–910  ·  view source on GitHub ↗
(
  checkpointsOrCheckpointsId?: MaybeGetter<Checkpoints | Id | undefined>,
)

Source from the content-addressed store, hash-verified

901};
902
903export const getCheckpointIds = (
904 checkpointsOrCheckpointsId?: MaybeGetter<Checkpoints | Id | undefined>,
905): {readonly current: CheckpointIds} =>
906 createListenable(
907 resolveCheckpoints(checkpointsOrCheckpointsId),
908 CHECKPOINT + IDS,
909 DEFAULT_CHECKPOINT_IDS,
910 );
911
912export const getCheckpoint = (
913 checkpointId: MaybeGetter<Id>,

Callers

nothing calls this directly

Calls 2

createListenableFunction · 0.70
resolveCheckpointsFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…