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

Method getHttpAdapterRef

packages/core/injector/container.ts:84–86  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

82 }
83
84 public getHttpAdapterRef() {
85 return this.internalProvidersStorage.httpAdapter;
86 }
87
88 public getHttpAdapterHostRef() {
89 return this.internalProvidersStorage.httpAdapterHost;

Callers 7

registerMethod · 0.80
constructorMethod · 0.80
applyCallbackToRouterMethod · 0.80
applyHostFilterMethod · 0.80
constructorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected