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

Method isInquirer

packages/core/injector/injector.ts:1211–1216  ·  view source on GitHub ↗
(
    param: unknown,
    parentInquirer: InstanceWrapper | undefined,
  )

Source from the content-addressed store, hash-verified

1209 }
1210
1211 private isInquirer(
1212 param: unknown,
1213 parentInquirer: InstanceWrapper | undefined,
1214 ) {
1215 return param === INQUIRER && parentInquirer;
1216 }
1217
1218 protected addDependencyMetadata(
1219 keyOrIndex: symbol | string | number,

Callers 2

resolveParamMethod · 0.95
resolvePropertiesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected