Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
register
Method · 0.80
constructor
Method · 0.80
applyCallbackToRouter
Method · 0.80
applyHostFilter
Method · 0.80
constructor
Method · 0.80
registerNotFoundHandler
Method · 0.80
registerExceptionHandler
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected