Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/sshwsfc/xadmin
/ config
Function
config
packages/xadmin/src/index.js:23–25 ·
view source on GitHub ↗
(key, default_value)
Source
from the content-addressed store, hash-verified
21
const
app = window.__app__
22
23
const
config = (key, default_value) => {
24
return
app.get(
'config'
)[key] || default_value
25
}
26
27
const
API_CACHE = {}
28
Callers
3
base.js
File · 0.90
mappers.js
File · 0.90
api
Function · 0.85
Calls
1
get
Method · 0.45
Tested by
no test coverage detected