MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / getStore

Function getStore

console/src/jotai.ts:18–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16 * store, since we create a new store instance when you switch organization.
17 */
18export function getStore() {
19 return store;
20}
21
22/**
23 * Creates a new Jotai store in module scope, resetting all global state.

Callers 15

buildQueryClientFunction · 0.90
vitest.setup.tsFile · 0.90
JotaiProviderWrapperFunction · 0.90
environments.tsFile · 0.90
setFakeEnvironmentFunction · 0.90
createProviderWrapperFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected