MCPcopy Create free account
hub / github.com/angular/angular / loggingEnabled

Method loggingEnabled

vscode-ng-language-service/server/src/logger.ts:124–126  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

122 }
123
124 loggingEnabled() {
125 return this.fd >= 0;
126 }
127
128 hasLevel(level: ts.server.LogLevel) {
129 return this.loggingEnabled() && this.level >= level;

Callers 4

closeMethod · 0.95
hasLevelMethod · 0.95
msgMethod · 0.95
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected