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

Function useProvideCheckpoints

src/ui-solid/primitives.ts:1796–1799  ·  view source on GitHub ↗
(
  checkpointsId: Id,
  checkpoints: Checkpoints,
)

Source from the content-addressed store, hash-verified

1794 useThingOrThingById(checkpointsOrCheckpointsId, OFFSET_CHECKPOINTS);
1795
1796export const useProvideCheckpoints = (
1797 checkpointsId: Id,
1798 checkpoints: Checkpoints,
1799): void => useProvideThing(checkpointsId, checkpoints, OFFSET_CHECKPOINTS);
1800
1801export const useCheckpointIds = (
1802 checkpointsOrCheckpointsId?: MaybeCheckpointsOrCheckpointsId,

Callers 1

Calls 1

useProvideThingFunction · 0.90

Tested by 1

Used in the wild real call sites across dependent graphs

searching dependent graphs…