()
| 216 | } |
| 217 | |
| 218 | func rpcGetAutoUpdateState() (bool, error) { |
| 219 | return config.AutoUpdateEnabled, nil |
| 220 | } |
| 221 | |
| 222 | func rpcSetAutoUpdateState(enabled bool) (bool, error) { |
| 223 | config.AutoUpdateEnabled = enabled |
nothing calls this directly
no outgoing calls
no test coverage detected