MCPcopy 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
45var seed = Date.now();
46function uid(){
47 return seed++;
48}
49
50function sanitizeObject(data){
51 for(var i in data){

Callers 1

insertMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected