Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RustOtomeLab/RustEng
/ default
Method
default
src/config/volume.rs:15–21 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
13
14
impl Default for VolumeConfig {
15
fn default() -> Self {
16
VolumeConfig {
17
main: 100.0,
18
bgm: 100.0,
19
voice: 100.0,
20
}
21
}
22
}
23
24
impl VolumeConfig {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected