Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
353
func
SaveConfig() error {
354
return
saveConfig(configPath)
355
}
356
357
func
SaveBackupConfig() error {
358
return
saveConfig(configPath +
".bak"
)
Callers
15
rpcSetJigglerState
Function · 0.85
rpcSetJigglerConfig
Function · 0.85
rpcSetMqttSettings
Function · 0.85
handleLogin
Function · 0.85
handleLogout
Function · 0.85
handleCreatePassword
Function · 0.85
handleUpdatePassword
Function · 0.85
handleDeletePassword
Function · 0.85
handleSetup
Function · 0.85
handleCloudRegister
Function · 0.85
rpcDeregisterDevice
Function · 0.85
rpcSetStreamQualityFactor
Function · 0.85
Calls
1
saveConfig
Function · 0.85
Tested by
no test coverage detected