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

Method isDebugMode

packages/core/injector/injector.ts:1287–1289  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1285 }
1286
1287 private isDebugMode(): boolean {
1288 return !!process.env.NEST_DEBUG;
1289 }
1290
1291 private getContextId(
1292 contextId: ContextId,

Callers 3

printFoundInModuleLogMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected