MCPcopy Index your code
hub / github.com/RustOtomeLab/RustEng / get_figures

Method get_figures

src/script.rs:242–244  ·  view source on GitHub ↗
(&self, index: usize)

Source from the content-addressed store, hash-verified

240 self.choices.get(name)
241 }
242
243 pub(crate) fn get_bgm(&self, index: usize) -> Option<(&usize, &String)> {
244 self.bgm.range(..=index).next_back()
245 }
246
247 pub(crate) fn get_background(&self, index: usize) -> Option<(&usize, &Command)> {

Callers 1

execute_jumpMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected