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

Method isForwardReference

packages/core/scanner.ts:761–765  ·  view source on GitHub ↗
(
    module: ModuleDefinition,
  )

Source from the content-addressed store, hash-verified

759 }
760
761 private isForwardReference(
762 module: ModuleDefinition,
763 ): module is ForwardReference {
764 return module && !!(module as ForwardReference).forwardRef;
765 }
766
767 private isRequestOrTransient(scope: Scope): boolean {
768 return scope === Scope.REQUEST || scope === Scope.TRANSIENT;

Callers 6

scanForModulesMethod · 0.95
insertModuleMethod · 0.95
insertImportMethod · 0.95
overrideModuleMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected