MCPcopy 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

mainFunction · 0.80
getDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected