Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
nest-application.spec.ts
File · 0.80
application-config.spec.ts
File · 0.80
subscribeEvents
Method · 0.80
getConnectionHandler
Method · 0.80
subscribeMessages
Method · 0.80
close
Method · 0.80
initializeAdapter
Method · 0.80
createSocketServer
Method · 0.80
getServerOfNamespace
Method · 0.80
web-sockets-controller.spec.ts
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected