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

Method insert_choice

src/script.rs:146–148  ·  view source on GitHub ↗
(&mut self, choice: String, label: Label)

Source from the content-addressed store, hash-verified

144
145 pub(crate) fn insert_choice(&mut self, choice: String, label: Label) {
146 self.choices.insert(choice, label);
147 }
148
149 pub(crate) fn insert_clear(&mut self, index: usize) {
150 self.clear.insert(index);
151 }

Callers 1

parse_blockMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected