Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
onDrop
Function · 0.45
handlePaste
Function · 0.45
onCopyCut
Function · 0.45
Calls
1
all
Method · 0.80
Tested by
no test coverage detected