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

Method getGlobalPipes

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

Source from the content-addressed store, hash-verified

74 }
75
76 public getGlobalPipes(): PipeTransform<any>[] {
77 return this.globalPipes;
78 }
79
80 public getGlobalInterceptors(): NestInterceptor[] {
81 return this.globalInterceptors;

Calls

no outgoing calls

Tested by

no test coverage detected