MCPcopy Create free account
hub / github.com/RustOtomeLab/RustEng / set_index

Method set_index

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

Source from the content-addressed store, hash-verified

88 let pre_figures = self
89 .figures
90 .range(..=index)
91 .next_back()
92 .map(|(_, fg)| fg.clone());
93 PreItems {
94 pre_bg,
95 pre_bgm,

Callers 1

execute_jumpMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected