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

Function init2

src/background.js:1177–1179  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1175 TM_fire.fireDB.createExcludesTable(init4);
1176 };
1177 var init2 = function() {
1178 TM_fire.fireDB.createIncludesTable(init3);
1179 };
1180 var init1 = function() {
1181 TM_fire.fireDB.createScriptTable(init2);
1182 };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…