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

Method registerCoreModuleRef

packages/core/injector/container.ts:347–350  ·  view source on GitHub ↗
(moduleRef: Module)

Source from the content-addressed store, hash-verified

345 }
346
347 public registerCoreModuleRef(moduleRef: Module) {
348 this.internalCoreModule = moduleRef;
349 this.modules[InternalCoreModule.name] = moduleRef;
350 }
351
352 public getModuleTokenFactory(): ModuleOpaqueKeyFactory {
353 return this.moduleCompiler.moduleOpaqueKeyFactory;

Callers 2

registerCoreModuleMethod · 0.80
container.spec.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected