(socketPath: string)
| 120 | } |
| 121 | |
| 122 | deleteSession(socketPath: string): void { |
| 123 | logger.debug(`Deleting session from session registry: ${socketPath}`) |
| 124 | this.entries.delete(socketPath) |
| 125 | } |
| 126 | |
| 127 | /** |
| 128 | * Returns the best socket path that we can connect to. |
no outgoing calls
no test coverage detected