Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
102
function
muteTab(tab) {
103
chrome.tabs.update(tab.id, { muted: !tab.mutedInfo.muted });
104
}
105
106
function
toggleMuteTab(request, sender) {
107
const
currentTab = request.tab;
Callers
1
toggleMuteTab
Function · 0.85
Calls
1
update
Method · 0.80
Tested by
no test coverage detected