()
| 128 | |
| 129 | impl Default for Response { |
| 130 | fn default() -> Self { |
| 131 | Self { |
| 132 | jsonrpc: JSONRPC_VERSION.into(), |
| 133 | result: Value::Null, |
| 134 | error: None, |
| 135 | id: Value::Null, |
| 136 | } |
| 137 | } |
| 138 | } |
nothing calls this directly
no outgoing calls
no test coverage detected