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

Function _addId

scripts/backend/storage.js:61–63  ·  view source on GitHub ↗
(id, data)

Source from the content-addressed store, hash-verified

59}
60
61function _addId(id, data) {
62 return Object.assign(data, {id: id});
63}
64
65module.exports = Storage;

Callers 1

updateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected