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

Interface ConsoleInterface

server/src/common/console.ts:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9*/
10
11export interface ConsoleInterface {
12 log: (message: string) => void;
13 error: (message: string) => void;
14}
15
16// Avoids outputting errors to the console but counts
17// the number of logs and errors, which can be useful

Callers

nothing calls this directly

Implementers 2

NullConsoleserver/src/common/console.ts
StandardConsoleserver/src/common/console.ts

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…