MCPcopy Create free account
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 self.name = name.to_string();
141 }
142
143 pub(crate) fn set_read_block(&mut self, read_block: usize) {
144 self.read_block = read_block;
145 }
146
147 pub(crate) fn read_block(&self) -> usize {

Callers 1

parse_blockMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected