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

Method getOutputValue

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

Source from the content-addressed store, hash-verified

203 }
204
205 public getOutputValue() {
206 const { PANEL_OUTPUT = '' } = this.builtinService.getConstants();
207 const outputPanel = this.getPanel(PANEL_OUTPUT);
208 return outputPanel?.data || '';
209 }
210
211 /**
212 * Onyl support to update several properties

Callers 1

appendOutputMethod · 0.95

Calls 2

getPanelMethod · 0.95
getConstantsMethod · 0.65

Tested by

no test coverage detected