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

Function ProvideCheckpoints

test/unit/core/ui-react/hooks.test.tsx:1904–1907  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1902 store.setTables({t1: {r1: {c1: 2}}});
1903 checkpoints.addCheckpoint();
1904 const ProvideCheckpoints = () => {
1905 useProvideCheckpoints('cp', checkpoints);
1906 return null;
1907 };
1908 const {container, unmount} = render(
1909 <Provider>
1910 <Test />

Callers

nothing calls this directly

Calls 1

useProvideCheckpointsFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…