()
| 42 | } |
| 43 | |
| 44 | public getGlobalPrefixOptions(): GlobalPrefixOptions<ExcludeRouteMetadata> { |
| 45 | return this.globalPrefixOptions; |
| 46 | } |
| 47 | |
| 48 | public setIoAdapter(ioAdapter: WebSocketAdapter) { |
| 49 | this.ioAdapter = ioAdapter; |
no outgoing calls
no test coverage detected