MCPcopy
hub / github.com/microsoft/pyright / StandardConsole

Class StandardConsole

server/src/common/console.ts:32–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32export class StandardConsole implements ConsoleInterface {
33 log(message: string) {
34 console.log(message);
35 }
36
37 error(message: string) {
38 console.error(message);
39 }
40}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…