MCPcopy Create free account
hub / github.com/tinyplex/tinybase / DuplicateProvidedStore

Function DuplicateProvidedStore

test/unit/core/ui-solid/components.test.tsx:685–688  ·  view source on GitHub ↗
({store}: {readonly store: Store})

Source from the content-addressed store, hash-verified

683};
684
685const DuplicateProvidedStore = ({store}: {readonly store: Store}) => {
686 useProvideStore('store1', store);
687 return '';
688};
689
690test('covers context fallbacks and duplicate providers', async () => {
691 const store = createStore();

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…