Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
createApplicationContext
Method · 0.95
testHelper
Function · 0.95
scanModulesForDependencies
Method · 0.45
calculateModulesDistance
Method · 0.45
addScopedEnhancersMetadata
Method · 0.45
getInstanceWrapper
Method · 0.45
selectContextModule
Method · 0.45
select
Method · 0.45
getModulesToTriggerHooksOn
Method · 0.45
getHostModuleOfController
Method · 0.45
getModulePath
Method · 0.45
register
Method · 0.45
Calls
no outgoing calls
Tested by
1
testHelper
Function · 0.76