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

Method getGlobalInterceptors

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

Source from the content-addressed store, hash-verified

78 }
79
80 public getGlobalInterceptors(): NestInterceptor[] {
81 return this.globalInterceptors;
82 }
83
84 public addGlobalInterceptor(interceptor: NestInterceptor) {
85 this.globalInterceptors.push(interceptor);

Calls

no outgoing calls

Tested by

no test coverage detected