MCPcopy Create free account
hub / github.com/microsoft/SandDance / final

Method final

docs/app/js/sanddance-app.js:11648–11651  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

11646 // Converts to dataExport type and calls dataExportHandler to deal with data
11647 createExport(exportType, displayName) {
11648 const final = (data)=>{
11649 this.props.dataExportHandler(data, exportType, displayName);
11650 this.close();
11651 };
11652 const json = JSON.stringify(this.props.data, columnReplacer);
11653 switch(exportType){
11654 case "json":

Callers

nothing calls this directly

Calls 1

closeMethod · 0.95

Tested by

no test coverage detected