()
| 8 | >(); |
| 9 | |
| 10 | public getAll(): Map<string | RegExp, ServerAndEventStreamsHost> { |
| 11 | return this.serverAndEventStreamsHosts; |
| 12 | } |
| 13 | |
| 14 | public getOneByConfig<T extends GatewayMetadata = any>( |
| 15 | options: T, |
no outgoing calls
no test coverage detected