Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustOtomeLab/RustEng
/ get_background
Method
get_background
src/script.rs:238–240 ·
view source on GitHub ↗
(&self, index: usize)
Source
from the content-addressed store, hash-verified
236
self.labels.get(name)
237
}
238
239
pub(crate) fn get_choice_label(&self, name: &str) -> Option<&Label> {
240
self.choices.get(name)
241
}
242
243
pub(crate) fn get_bgm(&self, index: usize) -> Option<(&usize, &String)> {
Callers
1
execute_jump
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected