Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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;
Callers
3
application-config.spec.ts
File · 0.80
pipes-context-creator.spec.ts
File · 0.80
getGlobalMetadata
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected