Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MCSManager/MCSManager
/ saveSystemConfig
Function
saveSystemConfig
panel/src/app/setting.ts:23–25 ·
view source on GitHub ↗
(_systemConfig: SystemConfig)
Source
from the content-addressed store, hash-verified
21
}
22
23
export
function
saveSystemConfig(_systemConfig: SystemConfig) {
24
StorageSystem.store(
"SystemConfig"
,
"config"
, _systemConfig);
25
}
26
27
export
{ systemConfig };
Callers
3
checkBusinessMode
Function · 0.90
settings_router.ts
File · 0.90
initSystemConfig
Function · 0.85
Calls
1
store
Method · 0.65
Tested by
no test coverage detected