Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RustOtomeLab/RustEng
/ bgm_path
Method
bgm_path
src/config/mod.rs:48–50 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
46
}
47
48
pub(crate) fn bgm_path(&self) -> &str {
49
&self.initialize.bgm_path
50
}
51
52
pub(crate) fn figure_path(&self) -> &str {
53
&self.initialize.figure_path
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected