Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/nestjs/nest
/ injector.spec.ts
File
injector.spec.ts
packages/core/test/injector/injector.spec.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ Optional, Scope } from
'@nestjs/common'
;
2
import
{ PARAMTYPES_METADATA } from
'@nestjs/common/constants'
;
3
import
* as chai from
'chai'
;
4
import
{ expect } from
'chai'
;
Callers
nothing calls this directly
Calls
15
loadInstance
Method · 0.80
getInstanceByContextId
Method · 0.80
loadPrototype
Method · 0.80
resolveSingleParam
Method · 0.80
resolveConstructorParams
Method · 0.80
loadMiddleware
Method · 0.80
loadController
Method · 0.80
loadInjectable
Method · 0.80
loadProvider
Method · 0.80
lookupComponent
Method · 0.80
assign
Method · 0.80
lookupComponentInImports
Method · 0.80
Tested by
no test coverage detected