Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/microsoft/pyright
/ log
Method
log
server/src/common/console.ts:23–25 ·
view source on GitHub ↗
(message: string)
Source
from the content-addressed store, hash-verified
21
errorCount = 0;
22
23
log(message: string) {
24
this.logCount++;
25
}
26
27
error(message: string) {
28
this.errorCount++;
Callers
15
customInstallServerIntoExtension.js
File · 0.45
printUsage
Function · 0.45
reportDiagnostics
Function · 0.45
server.ts
File · 0.45
parse
Method · 0.45
doSemanticAnalysis
Method · 0.45
doTypeAnalysis
Method · 0.45
analyze
Method · 0.45
_getConfigOptions
Method · 0.45
_parseConfigFile
Method · 0.45
_updateTrackedFileList
Method · 0.45
_matchFiles
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected