Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
close
Method · 0.95
hasLevel
Method · 0.95
msg
Method · 0.95
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected