MCPcopy 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

21const app = window.__app__
22
23const config = (key, default_value) => {
24 return app.get('config')[key] || default_value
25}
26
27const API_CACHE = {}
28

Callers 3

base.jsFile · 0.90
mappers.jsFile · 0.90
apiFunction · 0.85

Calls 1

getMethod · 0.45

Tested by

no test coverage detected