()
| 1153 | } |
| 1154 | |
| 1155 | func rpcGetLocalLoopbackOnly() (bool, error) { |
| 1156 | return config.LocalLoopbackOnly, nil |
| 1157 | } |
| 1158 | |
| 1159 | func rpcSetLocalLoopbackOnly(enabled bool) error { |
| 1160 | // Check if the setting is actually changing |
nothing calls this directly
no outgoing calls
no test coverage detected