Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/nestjs/nest
/ createNestInstance
Method
createNestInstance
packages/core/nest-factory.ts:202–204 ·
view source on GitHub ↗
(instance: T)
Source
from the content-addressed store, hash-verified
200
}
201
202
private createNestInstance<T>(instance: T): T {
203
return
this.createProxy(instance);
204
}
205
206
private
async
initialize(
207
module: any,
Callers
3
create
Method · 0.95
createMicroservice
Method · 0.95
createApplicationContext
Method · 0.95
Calls
1
createProxy
Method · 0.95
Tested by
no test coverage detected