Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
printResolvingDependenciesLog
Method · 0.95
printLookingForProviderLog
Method · 0.95
printFoundInModuleLog
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected