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

Function refresh

src/fire.js:1080–1082  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1078 try {
1079 var s = { method: "startFireUpdate", force: force };
1080 var refresh = function() {
1081 getFireItems(tabID, tabURL);
1082 };
1083 chrome.extension.sendMessage(s, function(response) {
1084 if (response.suc === false) {
1085 Please.hide();

Callers

nothing calls this directly

Calls 1

getFireItemsFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…