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

Class GlobalRepositoryModule

integration/injector/e2e/injector.spec.ts:132–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130 const RepositoryWrapperModule = buildWrapperChain(6);
131
132 @Global()
133 @Module({
134 imports: [GlobalDependencyModule, RepositoryWrapperModule],
135 exports: [RepositoryWrapperModule],
136 })
137 class GlobalRepositoryModule {}
138
139 @Injectable()
140 class ConsumerService {

Callers

nothing calls this directly

Calls 2

GlobalFunction · 0.90
ModuleFunction · 0.90

Tested by

no test coverage detected