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

Method insert_background

src/script.rs:138–140  ·  view source on GitHub ↗
(&mut self, index: usize, command: Command)

Source from the content-addressed store, hash-verified

136
137 pub(crate) fn insert_background(&mut self, index: usize, command: Command) {
138 self.backgrounds.insert(index, command);
139 }
140
141 pub(crate) fn insert_bgm(&mut self, index: usize, bgm: String) {
142 self.bgm.insert(index, bgm);
143 }

Callers 1

parse_blockMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected