Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ toggle_mute
Function
toggle_mute
recipes/JavaScript/578517_Music_player/recipe-578517.js:1560–1564 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1558
1559
1560
function
toggle_mute()
1561
{
1562
m_muted=!m_muted;
1563
set_mute();
1564
}
1565
1566
function
set_mute()
1567
{
Callers
nothing calls this directly
Calls
1
set_mute
Function · 0.85
Tested by
no test coverage detected