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

Method getDatasetNames

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

Source from the content-addressed store, hash-verified

101 }
102
103 getDatasetNames() {
104 let names = [];
105 this._datasetColl.forEach((ds) => {
106 names.push(ds.name);
107 });
108 return names;
109 }
110
111 getDatasetCount() {
112 return this._datasetColl.length;

Callers 7

initiatePlotAlignmentFunction · 0.80
alignFunction · 0.80
datasetWithNameExistsFunction · 0.80
getDatasetWithNameCountFunction · 0.80
buildTreeFunction · 0.80
onDatasetSelectionFunction · 0.80
setupControlsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected