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

Function useAppConfig

console/src/config/useAppConfig.ts:14–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12import { appConfigAtom } from "./store";
13
14export const useAppConfig = () => {
15 const appConfig = useAtomValue(appConfigAtom);
16 return appConfig;
17};

Callers 15

AppErrorBoundaryFunction · 0.90
OidcProviderWrapperFunction · 0.90
DevtoolsContainerFunction · 0.90
OidcConnectModalFunction · 0.90
FronteggProviderWrapperFunction · 0.90
McpConnectInstructionsFunction · 0.90
SwitchStackModalFunction · 0.90
AuthLayoutFunction · 0.90
BrowserRouterWrapperFunction · 0.90
UnauthenticatedRoutesFunction · 0.90
ClusterInfoBoxFunction · 0.90
useCurrentOrganizationFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected