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