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

Function ProvideStore1

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

Source from the content-addressed store, hash-verified

1508 test('useProvideStore', () => {
1509 const Test = () => didRender(JSON.stringify(useStore('s')?.getTables()));
1510 const ProvideStore1 = () => {
1511 useProvideStore('s', store);
1512 return null;
1513 };
1514 const ProvideStore2 = () => {
1515 useProvideStore(
1516 's',

Callers

nothing calls this directly

Calls 1

useProvideStoreFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…