MCPcopy Create free account
hub / github.com/ActiveState/code / volume_value

Function volume_value

recipes/JavaScript/578517_Music_player/recipe-578517.js:1401–1406  ·  view source on GitHub ↗
(n)

Source from the content-addressed store, hash-verified

1399}
1400
1401function volume_value(n)
1402{
1403 n/=5;
1404 n=parseInt(n);
1405 return n;
1406}
1407
1408function show_feedback(n)
1409{

Callers 1

volume_setFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected