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

Method createGraphInspector

packages/core/nest-factory.ts:379–386  ·  view source on GitHub ↗
(
    appOptions: NestApplicationContextOptions,
    container: NestContainer,
  )

Source from the content-addressed store, hash-verified

377 }
378
379 private createGraphInspector(
380 appOptions: NestApplicationContextOptions,
381 container: NestContainer,
382 ) {
383 return appOptions?.snapshot
384 ? new GraphInspector(container)
385 : NoopGraphInspector;
386 }
387}
388
389/**

Callers 3

createMethod · 0.95
createMicroserviceMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected