Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DTStack/molecule
/ cleanOutput
Method
cleanOutput
src/services/workbench/panelService.ts:234–236 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
232
}
233
234
public cleanOutput(): void {
235
this.outputEditorInstance?.setValue(
''
);
236
}
237
238
public add(data: IPanelItem | IPanelItem[]) {
239
let
original = this.state.data || [];
Callers
1
reset
Method · 0.95
Calls
1
setValue
Method · 0.80
Tested by
no test coverage detected