# NoopGraphInspector

**Kind:** Constant

**Source:** [`packages/core/inspector/noop-graph-inspector.ts`](https://github.com/nestjs/nest/blob/master/packages/core/inspector/noop-graph-inspector.ts#L4)

**Part of:** [Core](subsystem-packages-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)

- `TestingModuleOptions` — `packages/testing/testing-module.builder.ts`:29
