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

Method getModuleTokenFactory

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

Source from the content-addressed store, hash-verified

350 }
351
352 public getModuleTokenFactory(): ModuleOpaqueKeyFactory {
353 return this.moduleCompiler.moduleOpaqueKeyFactory;
354 }
355
356 public registerRequestProvider<T = any>(request: T, contextId: ContextId) {
357 const wrapper = this.internalCoreModule.getProviderByKey(REQUEST);

Callers 1

selectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected