MCPcopy
hub / github.com/nestjs/nest / getIoAdapter

Method getIoAdapter

packages/core/application-config.ts:52–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

50 }
51
52 public getIoAdapter(): WebSocketAdapter {
53 return this.ioAdapter!;
54 }
55
56 public addGlobalPipe(pipe: PipeTransform<any>) {
57 this.globalPipes.push(pipe);

Callers 10

subscribeEventsMethod · 0.80
getConnectionHandlerMethod · 0.80
subscribeMessagesMethod · 0.80
closeMethod · 0.80
initializeAdapterMethod · 0.80
createSocketServerMethod · 0.80
getServerOfNamespaceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected