MCPcopy Index your code
hub / github.com/DHTMLX/gantt / getData

Method getData

scripts/backend/router.js:22–24  ·  view source on GitHub ↗
(req, res)

Source from the content-addressed store, hash-verified

20 }
21
22 getData(req, res) {
23 res.send(this.storage.all());
24 }
25
26 insertTask(req, res) {
27 this._tryProcess(function (req, res) {

Callers 3

onDropFunction · 0.45
handlePasteFunction · 0.45
onCopyCutFunction · 0.45

Calls 1

allMethod · 0.80

Tested by

no test coverage detected