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

Method getDebuggerConnection

valdi/src/valdi/hermes/HermesDebuggerServer.cpp:148–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146}
147
148Ref<HermesDebuggerConnection> HermesDebuggerServer::getDebuggerConnection(HermesRuntimeId runtimeId) {
149 return makeShared<HermesDebuggerConnection>(_registry, runtimeId, *_logger);
150}
151
152Ref<HermesDebuggerRegistry> HermesDebuggerServer::getRegistry() {
153 return _registry;

Callers 2

startProfilingMethod · 0.80
stopProfilingMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected