MCPcopy Index your code
hub / github.com/philc/vimium / reload

Function reload

background_scripts/main.js:422–427  ·  view source on GitHub ↗
({ count, tab, registryEntry })

Source from the content-addressed store, hash-verified

420 },
421
422 async reload({ count, tab, registryEntry }) {
423 const bypassCache = registryEntry.options.hard != null ? registryEntry.options.hard : false;
424 await forCountTabs(count, tab, (tab) => {
425 chrome.tabs.reload(tab.id, { bypassCache });
426 });
427 },
428};
429
430async function forCountTabs(count, currentTab, callback) {

Callers

nothing calls this directly

Calls 1

forCountTabsFunction · 0.85

Tested by

no test coverage detected