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

Function useCheckpoints

src/ui-react/hooks.ts:2162–2164  ·  view source on GitHub ↗
(
  id?: Id,
)

Source from the content-addressed store, hash-verified

2160 useThingIds(OFFSET_CHECKPOINTS);
2161
2162export const useCheckpoints: typeof useCheckpointsDecl = (
2163 id?: Id,
2164): Checkpoints | undefined => useThing(id, OFFSET_CHECKPOINTS);
2165
2166export const useCheckpointsOrCheckpointsById: typeof useCheckpointsOrCheckpointsByIdDecl =
2167 (

Callers 6

TestFunction · 0.90
ProvidedThingsFunction · 0.90
CheckpointsFunction · 0.50
CheckpointsFunction · 0.50

Calls 1

useThingFunction · 0.90

Tested by 3

TestFunction · 0.72
ProvidedThingsFunction · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…