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

Function error

src/syncinfo.js:97–101  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

95 };
96
97 var error = function() {
98 _timeoffset = 0;
99 console.log('si: time offset detection failed!');
100 if (callback) callback(false);
101 };
102
103 var succ = function(t) {
104 _timeoffset = t;

Callers 1

runFunction · 0.70

Calls 1

callbackFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…