Skip to content

NoopGraphInspector

reference
1 min readUpdated

Kind: Constant

Source: packages/core/inspector/noop-graph-inspector.ts

Part of: Core

Definition

ts
GraphInspector

Value

ts
new Proxy(
  GraphInspector.prototype,
  {
    get: () => noop,
  },
)

Used by

1 reference from 1 file. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.

Imported by (1)

  • TestingModuleOptionspackages/testing/testing-module.builder.ts:29

Was this page helpful?

Download as PDF
NoopGraphInspector — NestJS head-to-head