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

Method insert_background

src/script.rs:138–140  ·  view source on GitHub ↗
(&mut self, index: usize, command: Command)

Source from the content-addressed store, hash-verified

136 }
137 }
138
139 pub(crate) fn set_name(&mut self, name: &str) {
140 self.name = name.to_string();
141 }
142
143 pub(crate) fn set_read_block(&mut self, read_block: usize) {

Callers 1

parse_blockMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected