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

Method reset

src/services/workbench/panelService.ts:282–289  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

280 }
281
282 public reset(): void {
283 this.setState({
284 data: [],
285 current: null,
286 toolbox: [],
287 });
288 this.cleanOutput();
289 }
290
291 public onTabChange(callback: (key: UniqueId) => void) {
292 this.subscribe(PanelEvent.onTabChange, callback);

Callers

nothing calls this directly

Calls 2

cleanOutputMethod · 0.95
setStateMethod · 0.80

Tested by

no test coverage detected