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

Function ProvideStore2

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

Source from the content-addressed store, hash-verified

1512 return null;
1513 };
1514 const ProvideStore2 = () => {
1515 useProvideStore(
1516 's',
1517 useCreateStore(() => createStore().setCell('t2', 'r2', 'c2', 2)),
1518 );
1519 return null;
1520 };
1521 const {container, rerender, unmount} = render(
1522 <Provider>
1523 <Test />

Callers

nothing calls this directly

Calls 4

useProvideStoreFunction · 0.90
useCreateStoreFunction · 0.90
createStoreFunction · 0.90
setCellMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…