MCPcopy Index your code
hub / github.com/LeetCode-OpenSource/vscode-leetcode / appendLine

Method appendLine

src/leetCodeChannel.ts:9–11  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

7 private readonly channel: vscode.OutputChannel = vscode.window.createOutputChannel("LeetCode");
8
9 public appendLine(message: string): void {
10 this.channel.appendLine(message);
11 }
12
13 public append(message: string): void {
14 this.channel.append(message);

Callers 5

activateFunction · 0.80
showSolutionFunction · 0.80
showProblemInternalFunction · 0.80
resolveRelativePathFunction · 0.80
getBuiltinStylesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected