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

Method max_offset

src/script.rs:101–103  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

99
100 pub(crate) fn set_current_bgm(&mut self, bgm: String) {
101 self.current_bgm = bgm;
102 }
103
104 pub(crate) fn set_pre_bgm(&mut self, pre_bgm: PreBgm) {
105 self.pre_bgm = pre_bgm;
106 }

Callers 1

set_offsetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected