MCPcopy Create free account
hub / github.com/ccagml/leetcode-extension / append

Method append

src/logOutput/logOutputModule.ts:21–23  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

19 }
20
21 public append(message: string): void {
22 this.channel.append(message);
23 }
24
25 public show(): void {
26 this.channel.show();

Callers 15

parseListNodeArrayFunction · 0.80
__init__Method · 0.80
parseNestedIntegerArrayFunction · 0.80
parseTreeNodeFunction · 0.80
loadModuleFunction · 0.80
startFunction · 0.80
runUserScriptFunction · 0.80
parseNodeFunction · 0.80
runUserScriptFunction · 0.80
parseNodeFunction · 0.80
runUserScriptFunction · 0.80
parseNodeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected