MCPcopy
hub / github.com/Tampermonkey/tampermonkey / err

Function err

src/background.js:1107–1110  ·  view source on GitHub ↗
(tx, e)

Source from the content-addressed store, hash-verified

1105 },
1106 createScriptTable : function(aftercreate) {
1107 var err = function(tx, e) {
1108 TM_fire.fireDB.onError(tx, e);
1109 if (cb) cb(false);
1110 };
1111 TM_fire.fireDB.db.transaction(function(tx) {
1112 tx.executeSql("CREATE TABLE IF NOT EXISTS " +
1113 "scripts(sid INTEGER PRIMARY KEY ASC, value TEXT)", [], aftercreate, err);

Callers

nothing calls this directly

Calls 1

cbFunction · 0.70

Tested by

no test coverage detected