MCPcopy Create free account
hub / github.com/DTStack/molecule / appendOutput

Method appendOutput

src/services/workbench/panelService.ts:226–232  ·  view source on GitHub ↗
(content: string)

Source from the content-addressed store, hash-verified

224 }
225
226 public appendOutput(content: string): void {
227 const outputValue = this.getOutputValue();
228 this.updateOutputProperty({
229 data: outputValue + content,
230 });
231 this.outputEditorInstance?.setValue(outputValue + content);
232 }
233
234 public cleanOutput(): void {
235 this.outputEditorInstance?.setValue('');

Callers

nothing calls this directly

Calls 3

getOutputValueMethod · 0.95
updateOutputPropertyMethod · 0.95
setValueMethod · 0.80

Tested by

no test coverage detected