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

Function useProvideCheckpoints

src/ui-react/hooks.ts:2172–2175  ·  view source on GitHub ↗
(
  checkpointsId: Id,
  checkpoints: Checkpoints,
)

Source from the content-addressed store, hash-verified

2170 useThingOrThingById(checkpointsOrCheckpointsId, OFFSET_CHECKPOINTS);
2171
2172export const useProvideCheckpoints: typeof useProvideCheckpointsDecl = (
2173 checkpointsId: Id,
2174 checkpoints: Checkpoints,
2175): void => useProvideThing(checkpointsId, checkpoints, OFFSET_CHECKPOINTS);
2176
2177export const useCheckpointIds: typeof useCheckpointIdsDecl = (
2178 checkpointsOrCheckpointsId?: CheckpointsOrCheckpointsId,

Callers 2

ProvideCheckpointsFunction · 0.90
ProvideThingsFunction · 0.90

Calls 1

useProvideThingFunction · 0.90

Tested by 2

ProvideCheckpointsFunction · 0.72
ProvideThingsFunction · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…