MCPcopy Index your code
hub / github.com/automeris-io/WebPlotDigitizer / getDatasets

Method getDatasets

app/javascript/core/plotData.js:99–101  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

97 }
98
99 getDatasets() {
100 return this._datasetColl;
101 }
102
103 getDatasetNames() {
104 let names = [];

Callers 11

digitizeImageFunction · 0.80
deleteAssociatedDatasetsFunction · 0.80
postProcessAxesAddFunction · 0.80
loadMetadataMethod · 0.80
generateCSVFunction · 0.80
exportToPlotlyFunction · 0.80
buildTreeFunction · 0.80
onDatasetSelectionFunction · 0.80
onDatasetGroupSelectionFunction · 0.80
changeDatasetFunction · 0.80
checkDatasetsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected