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

Function resp

src/background.js:711–713  ·  view source on GitHub ↗
(req)

Source from the content-addressed store, hash-verified

709 url += 'ts=' + ts;
710
711 var resp = function(req) {
712 cb(req.responseText);
713 };
714 var details = {
715 method: 'GET',
716 retries: 0,

Callers

nothing calls this directly

Calls 6

isInFunction · 0.85
createActionMenuItemsFunction · 0.85
sendResponseFunction · 0.85
setIconFunction · 0.85
setBadgeFunction · 0.85
cbFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…