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

Method insert_bgm

src/script.rs:142–144  ·  view source on GitHub ↗
(&mut self, index: usize, bgm: String)

Source from the content-addressed store, hash-verified

140
141 pub(crate) fn insert_bgm(&mut self, index: usize, bgm: String) {
142 self.bgm.insert(index, bgm);
143 }
144
145 pub(crate) fn insert_choice(&mut self, choice: String, label: Label) {
146 self.choices.insert(choice, label);
147 }

Callers 1

parse_blockMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected