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

Method getRootModule

packages/testing/testing-module.builder.ts:171–174  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

169 }
170
171 private getRootModule() {
172 const modules = this.container.getModules().values();
173 return modules.next().value!;
174 }
175
176 private async createInstancesOfDependencies(
177 graphInspector: GraphInspector,

Callers 1

compileMethod · 0.95

Calls 2

getModulesMethod · 0.45
nextMethod · 0.45

Tested by

no test coverage detected