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

Function provideCheckpoints

src/ui-svelte/functions.svelte.ts:1589–1592  ·  view source on GitHub ↗
(
  checkpointsId: Id,
  checkpoints: Checkpoints,
)

Source from the content-addressed store, hash-verified

1587 provideThing(queriesId, queries, OFFSET_QUERIES);
1588
1589export const provideCheckpoints = (
1590 checkpointsId: Id,
1591 checkpoints: Checkpoints,
1592): void => provideThing(checkpointsId, checkpoints, OFFSET_CHECKPOINTS);
1593
1594export const providePersister = (
1595 persisterId: Id,

Callers

nothing calls this directly

Calls 1

provideThingFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…