| 348 | } |
| 349 | |
| 350 | static int getNextRequestId() { return request_id_counter_++; } |
| 351 | |
| 352 | nlohmann::json sendJsonRpc(const std::string &method, |
| 353 | const nlohmann::json ¶ms) const { |
nothing calls this directly
no outgoing calls
no test coverage detected