MCPcopy Create free account
hub / github.com/Snapchat/Valdi / getTargetId

Method getTargetId

valdi/src/valdi/jscore/JSCoreDebuggerProxy.cpp:166–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164}
165
166int JSDebuggerConnection::getTargetId() const {
167 return _targetId;
168}
169
170ExternalDebuggerConnection::ExternalDebuggerConnection(Valdi::ITCPServer& jsHost, Valdi::ITCPConnection& client)
171 : DebuggerConnection(client), _jsHost(jsHost) {}

Callers 1

submitMessageToJsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected