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

Method getGlobalPrefixOptions

packages/core/application-config.ts:44–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42 }
43
44 public getGlobalPrefixOptions(): GlobalPrefixOptions<ExcludeRouteMetadata> {
45 return this.globalPrefixOptions;
46 }
47
48 public setIoAdapter(ioAdapter: WebSocketAdapter) {
49 this.ioAdapter = ioAdapter;

Callers 4

constructorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected