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

Method getModules

packages/core/injector/container.ts:222–224  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

220 }
221
222 public getModules(): ModulesContainer {
223 return this.modules;
224 }
225
226 public getModuleCompiler(): ModuleCompiler {
227 return this.moduleCompiler;

Callers 15

testHelperFunction · 0.95
getInstanceWrapperMethod · 0.45
selectContextModuleMethod · 0.45
selectMethod · 0.45
getModulePathMethod · 0.45
registerMethod · 0.45

Calls

no outgoing calls

Tested by 1

testHelperFunction · 0.76