Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
61
function
_addId(id, data) {
62
return
Object.assign(data, {id: id});
63
}
64
65
module.exports = Storage;
Callers
1
update
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected