MCPcopy Create free account
hub / github.com/NativeScript/android / sendResponse

Method sendResponse

test-app/runtime/src/main/cpp/JsV8InspectorClient.cpp:236–238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 15

compileScriptMethod · 0.80
disableMethod · 0.80
discardConsoleEntriesMethod · 0.80
enableMethod · 0.80
getIsolateIdMethod · 0.80
getHeapUsageMethod · 0.80
getPropertiesMethod · 0.80
queryObjectsMethod · 0.80
releaseObjectMethod · 0.80
releaseObjectGroupMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected