Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
scanForModules
Method · 0.45
insertModule
Method · 0.45
insertImport
Method · 0.45
insertExportedProviderOrModule
Method · 0.45
getOverrideModuleByModule
Method · 0.45
overrideModule
Method · 0.45
extractMetadata
Method · 0.45
resolveParamToken
Method · 0.45
getInstanceName
Function · 0.45
forward-ref.util.spec.ts
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected