Skip to content

STATIC_CONTEXT

reference
1 min readUpdated

Kind: Constant

Source: packages/core/injector/constants.ts

Part of: Core

Definition

ts
ContextId

Value

ts
Object.freeze({
  id: STATIC_CONTEXT_ID,
})

Used by

4 references from 4 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.

Imported by (4)

  • ExceptionFiltersContextpackages/microservices/context/exception-filters-context.ts:16
  • RpcHandlerMetadatapackages/microservices/context/rpc-context-creator.ts:35
  • ListenersControllerpackages/microservices/listeners-controller.ts:45
  • TestingInjectorpackages/testing/testing-injector.ts:23

Was this page helpful?

Download as PDF
STATIC_CONTEXT — NestJS head-to-head