MCPcopy Create free account
hub / github.com/jetkvm/kvm / SaveConfig

Function SaveConfig

config.go:353–355  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

351}
352
353func SaveConfig() error {
354 return saveConfig(configPath)
355}
356
357func SaveBackupConfig() error {
358 return saveConfig(configPath + ".bak")

Callers 15

rpcSetJigglerStateFunction · 0.85
rpcSetJigglerConfigFunction · 0.85
rpcSetMqttSettingsFunction · 0.85
handleLoginFunction · 0.85
handleLogoutFunction · 0.85
handleCreatePasswordFunction · 0.85
handleUpdatePasswordFunction · 0.85
handleDeletePasswordFunction · 0.85
handleSetupFunction · 0.85
handleCloudRegisterFunction · 0.85
rpcDeregisterDeviceFunction · 0.85

Calls 1

saveConfigFunction · 0.85

Tested by

no test coverage detected