Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/DHTMLX/gantt
/ all
Method
all
scripts/backend/storage.js:8–10 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
6
this._initItem = initItem;
7
}
8
all() {
9
return
this._data;
10
}
11
get(id, table) {
12
return
this._data[table].find(
function
(entry) {
13
return
id === entry.id;
Callers
2
main
Function · 0.80
getData
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected