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

Method forwardRef

packages/core/test/scanner.spec.ts:226–229  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

224 @Module({})
225 class Override {
226 public static forwardRef() {
227 overrideForwardRefSpy();
228 return OverrideForwardRef;
229 }
230 }
231
232 @Module({

Callers 10

scanForModulesMethod · 0.45
insertModuleMethod · 0.45
insertImportMethod · 0.45
overrideModuleMethod · 0.45
extractMetadataMethod · 0.45
resolveParamTokenMethod · 0.45
getInstanceNameFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected