Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ volume_get
Function
volume_get
recipes/JavaScript/578517_Music_player/recipe-578517.js:1365–1370 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1363
}
1364
1365
function
volume_get()
1366
{
1367
var
n=0;
1368
try {n=parseInt(em.Settings.volume);} catch(err) {
return
0; }
1369
return
n;
1370
}
1371
1372
function
volume_set(i_dir)
1373
{
Callers
1
change_sound
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected