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

Function UndefinedContextChildren

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

Source from the content-addressed store, hash-verified

672});
673
674const UndefinedContextChildren = ({store}: {readonly store: Store}) => {
675 useProvideStore('store1', store);
676 return (
677 <>
678 {useStore()() ? 1 : 0}
679 {JSON.stringify(useStoreIds()())}
680 {JSON.stringify(useStores()())}
681 </>
682 );
683};
684
685const DuplicateProvidedStore = ({store}: {readonly store: Store}) => {
686 useProvideStore('store1', store);

Callers

nothing calls this directly

Calls 4

useProvideStoreFunction · 0.90
useStoreFunction · 0.90
useStoreIdsFunction · 0.90
useStoresFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…