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

Function resolveCheckpoints

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

Source from the content-addressed store, hash-verified

244 resolveProvidedThing<Queries>(queriesOrQueriesId as any, OFFSET_QUERIES);
245
246export const resolveCheckpoints = (
247 checkpointsOrCheckpointsId?: MaybeGetter<Checkpoints | Id | undefined>,
248): (() => Checkpoints | undefined) =>
249 resolveProvidedThing<Checkpoints>(
250 checkpointsOrCheckpointsId as any,
251 OFFSET_CHECKPOINTS,
252 );
253
254export const resolvePersister = (
255 persisterOrPersisterId?: MaybeGetter<AnyPersister | Id | undefined>,

Callers 6

getCheckpointIdsFunction · 0.70
getCheckpointFunction · 0.70
createGoBackwardCallbackFunction · 0.70
createGoForwardCallbackFunction · 0.70
onCheckpointIdsFunction · 0.70
onCheckpointFunction · 0.70

Calls 1

resolveProvidedThingFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…