MCPcopy Create free account
hub / github.com/timdubbins/tap / decrease_volume

Method decrease_volume

src/player/player_view.rs:142–145  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

140 }
141
142 fn decrease_volume(&mut self) {
143 self.player.decrement_volume();
144 self.showing_volume.set();
145 }
146
147 fn next(&mut self) {
148 if self.player.is_randomized {

Callers 2

mouse_wheelMethod · 0.80
on_eventMethod · 0.80

Calls 1

decrement_volumeMethod · 0.80

Tested by

no test coverage detected