Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DHTMLX/gantt
/ uid
Function
uid
scripts/backend/storage.js:46–48 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
44
45
var
seed = Date.now();
46
function
uid(){
47
return
seed++;
48
}
49
50
function
sanitizeObject(data){
51
for
(
var
i in data){
Callers
1
insert
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected