MCPcopy Create free account
hub / github.com/cppla/ServerStatus / activeConfigDef

Function activeConfigDef

web/js/app.js:698–700  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

696 return normalized;
697}
698function activeConfigDef(){
699 return CONFIG_TYPES[S.admin.selectedType] || CONFIG_TYPES.servers;
700}
701function configItems(){
702 if(!S.admin.config) S.admin.config = normalizeAdminConfig({});
703 const key = S.admin.selectedType;

Callers 4

renderConfigListFunction · 0.85
renderConfigEditorFunction · 0.85
formConfigItemFunction · 0.85
bindAdminFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected