MCPcopy Create free account
hub / github.com/Tampermonkey/tampermonkey / getTable

Function getTable

src/fire.js:276–289  ·  view source on GitHub ↗
(i)

Source from the content-addressed store, hash-verified

274 var scripts = [];
275
276 var getTable = function(i) {
277 var t = null;
278
279 if (i.scriptTab) {
280 t = createScriptTable();
281 scriptTable = t;
282 } else {
283 t = crc('table', "settingstable", i.name, i.id, 'main');
284 var tr = crc('tr', 'settingstr filler', i.name, i.id, 'filler');
285 t.appendChild(tr);
286 }
287
288 return t;
289 };
290
291 var section = null;
292 var section_root = null;

Callers 1

itemsToMenuFunction · 0.70

Calls 2

createScriptTableFunction · 0.85
crcFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…