MCPcopy
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

createMethod · 0.95
createMicroserviceMethod · 0.95

Calls 1

createProxyMethod · 0.95

Tested by

no test coverage detected