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

Function getHttpServer

packages/core/adapters/http-adapter.ts:128–130  ·  packages/core/adapters/http-adapter.ts::getHttpServer
()

Source from the content-addressed store, hash-verified

126 }
127
128 public getHttpServer(): TServer {
129 return this.httpServer;
130 }
131
132 public setHttpServer(httpServer: TServer) {
133 this.httpServer = httpServer;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected