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

Function muteTab

background_scripts/main.js:102–104  ·  view source on GitHub ↗
(tab)

Source from the content-addressed store, hash-verified

100}
101
102function muteTab(tab) {
103 chrome.tabs.update(tab.id, { muted: !tab.mutedInfo.muted });
104}
105
106function toggleMuteTab(request, sender) {
107 const currentTab = request.tab;

Callers 1

toggleMuteTabFunction · 0.85

Calls 1

updateMethod · 0.80

Tested by

no test coverage detected