MCPcopy Create free account
hub / github.com/DHTMLX/gantt / updateLink

Method updateLink

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

Source from the content-addressed store, hash-verified

56 }
57
58 updateLink(req, res) {
59 this._tryProcess(function (req, res) {
60 var sid = req.params.id;
61 this.storage.update(sid, "links", req.body);
62 res.send({action: actions.updated});
63 }, req, res);
64
65 }
66
67 deleteLink(req, res) {
68 this._tryProcess(function (req, res) {

Callers

nothing calls this directly

Calls 2

_tryProcessMethod · 0.95
updateMethod · 0.65

Tested by

no test coverage detected