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

Method set_explain

src/script.rs:82–88  ·  view source on GitHub ↗
(&mut self, explain: &str)

Source from the content-addressed store, hash-verified

80 }
81 None => PreBgm::Stop,
82 };
83 let pre_bg = self
84 .backgrounds
85 .range(..=index)
86 .next_back()
87 .map(|(_, bg)| bg.clone());
88 let pre_figures = self
89 .figures
90 .range(..=index)
91 .next_back()

Callers 1

apply_commandMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected