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

Function useCheckpointsIds

src/ui-react/hooks.ts:2159–2160  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2157): Checkpoints | undefined => useCreate(store, create, createDeps);
2158
2159export const useCheckpointsIds: typeof useCheckpointsIdsDecl = () =>
2160 useThingIds(OFFSET_CHECKPOINTS);
2161
2162export const useCheckpoints: typeof useCheckpointsDecl = (
2163 id?: Id,

Callers 4

ReaderFunction · 0.90
TestFunction · 0.90

Calls 1

useThingIdsFunction · 0.90

Tested by 2

ReaderFunction · 0.72
TestFunction · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…