MCPcopy
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

printUsageFunction · 0.45
reportDiagnosticsFunction · 0.45
server.tsFile · 0.45
parseMethod · 0.45
doSemanticAnalysisMethod · 0.45
doTypeAnalysisMethod · 0.45
analyzeMethod · 0.45
_getConfigOptionsMethod · 0.45
_parseConfigFileMethod · 0.45
_matchFilesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected