MCPcopy Create free account
hub / github.com/deepnote/vscode-deepnote / appendLine

Method appendLine

src/test/mockClasses.ts:17–20  ·  view source on GitHub ↗
(value: string)

Source from the content-addressed store, hash-verified

15 this.output += value;
16 }
17 public appendLine(value: string) {
18 this.append(value);
19 this.append('\n');
20 }
21 // eslint-disable-next-line no-empty,@typescript-eslint/no-empty-function
22 public clear() {}
23 public show(preservceFocus?: boolean): void;

Callers 15

initializeLoggersFunction · 0.45
getFunction · 0.45
startNotebookMethod · 0.45
installVenvAndToolkitMethod · 0.45
onDataMethod · 0.45

Calls 1

appendMethod · 0.95

Tested by

no test coverage detected