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

Method getCtorMetadata

packages/core/injector/instance-wrapper.ts:212–214  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

210 }
211
212 public getCtorMetadata(): InstanceWrapper[] {
213 return this[INSTANCE_METADATA_SYMBOL].dependencies!;
214 }
215
216 public addPropertiesMetadata(key: symbol | string, wrapper: InstanceWrapper) {
217 if (!this[INSTANCE_METADATA_SYMBOL].properties) {

Callers 3

injector.spec.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected