Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
12
import
{ appConfigAtom } from
"./store"
;
13
14
export
const
useAppConfig = () => {
15
const
appConfig = useAtomValue(appConfigAtom);
16
return
appConfig;
17
};
Callers
15
AppErrorBoundary
Function · 0.90
OidcProviderWrapper
Function · 0.90
DevtoolsContainer
Function · 0.90
OidcConnectModal
Function · 0.90
FronteggProviderWrapper
Function · 0.90
McpConnectInstructions
Function · 0.90
SwitchStackModal
Function · 0.90
AuthLayout
Function · 0.90
BrowserRouterWrapper
Function · 0.90
UnauthenticatedRoutes
Function · 0.90
ClusterInfoBox
Function · 0.90
useCurrentOrganization
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected