Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RustOtomeLab/RustEng
/ stop_all
Method
stop_all
src/media/player.rs:40–43 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
38
}
39
40
pub(crate) fn stop_all(&self) {
41
self.bgm_player.stop();
42
self.voice_player.stop();
43
}
44
}
45
46
pub(crate) struct Player {
Callers
1
start_video
Method · 0.80
Calls
1
stop
Method · 0.45
Tested by
no test coverage detected