MCPcopy Create free account
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 self.read_block = read_block;
145 }
146
147 pub(crate) fn read_block(&self) -> usize {
148 self.read_block
149 }
150
151 pub(crate) fn next_command(&mut self) -> Option<&Commands> {

Callers 1

parse_blockMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected