Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/nestjs/nest
/ getGlobalPrefix
Method
getGlobalPrefix
packages/core/application-config.ts:34–36 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
32
}
33
34
public getGlobalPrefix() {
35
return
this.globalPrefix;
36
}
37
38
public setGlobalPrefixOptions(
39
options: GlobalPrefixOptions<ExcludeRouteMetadata>,
Callers
7
registerParserMiddleware
Method · 0.80
registerRouter
Method · 0.80
constructor
Method · 0.80
application-config.spec.ts
File · 0.80
registerNotFoundHandler
Method · 0.80
registerExceptionHandler
Method · 0.80
core-injectables.spec.ts
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected