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

Function useCreateCheckpoints

src/ui-solid/primitives.ts:1780–1783  ·  view source on GitHub ↗
(
  store: Store | undefined,
  create: (store: Store) => Checkpoints,
)

Source from the content-addressed store, hash-verified

1778 );
1779
1780export const useCreateCheckpoints = (
1781 store: Store | undefined,
1782 create: (store: Store) => Checkpoints,
1783): Accessor<Checkpoints | undefined> => useCreate(store, create);
1784
1785export const useCheckpointsIds = () => useThingIds(OFFSET_CHECKPOINTS);
1786

Callers 1

primitives.test.tsFile · 0.90

Calls 1

useCreateFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…