MCPcopy 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
23export function saveSystemConfig(_systemConfig: SystemConfig) {
24 StorageSystem.store("SystemConfig", "config", _systemConfig);
25}
26
27export { systemConfig };

Callers 3

checkBusinessModeFunction · 0.90
settings_router.tsFile · 0.90
initSystemConfigFunction · 0.85

Calls 1

storeMethod · 0.65

Tested by

no test coverage detected