MCPcopy Index your code
hub / github.com/microsoft/vscode-cpptools / appendLine

Method appendLine

Extension/src/logger.ts:49–51  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

47 }
48
49 public appendLine(message: string): void {
50 this.appendAtLevel(0, message + os.EOL);
51 }
52
53 // We should not await on this function.
54 public showInformationMessage(message: string, items?: string[]): Thenable<string | undefined> {

Callers 15

showWarningMessageMethod · 0.95
showErrorMessageMethod · 0.95
spawnChildProcessImplFunction · 0.80
allowExecutionFunction · 0.80
checkDistroFunction · 0.80
GetDarwinVersionMethod · 0.80
getOutputChannelFunction · 0.80
logFunction · 0.80
logDebugProtocolFunction · 0.80
showWarningFunction · 0.80

Calls 1

appendAtLevelMethod · 0.95

Tested by

no test coverage detected