(key, value)
| 195 | }; |
| 196 | |
| 197 | var setOption = function (key, value) { |
| 198 | var options = getOptions(); |
| 199 | options[key] = value; |
| 200 | |
| 201 | setOptions(options); |
| 202 | }; |
| 203 | |
| 204 | var initRpcSettingWithDefaultHostAndProtocol = function (setting) { |
| 205 | setting.rpcHost = getDefaultRpcHost(); |
no test coverage detected