| 234 | } |
| 235 | |
| 236 | void JsV8InspectorClient::sendResponse(int callId, std::unique_ptr<StringBuffer> message) { |
| 237 | sendNotification(std::move(message)); |
| 238 | } |
| 239 | |
| 240 | void JsV8InspectorClient::sendNotification(std::unique_ptr<StringBuffer> message) { |
| 241 | if (connection_ == nullptr) { |
no outgoing calls
no test coverage detected