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

Function asNoSchemasStore

test/unit/core/ui-react/components.test.tsx:105–105  ·  view source on GitHub ↗
(store: Store)

Source from the content-addressed store, hash-verified

103 UiReact as UiReact.WithSchemas<NoSchemas>;
104type NoSchemasStore = StoreWithSchemas<NoSchemas>;
105const asNoSchemasStore = (store: Store) => store as unknown as NoSchemasStore;
106
107type Props = {[key: string]: unknown};
108

Callers 2

ContextNestedDifferentFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…