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

Method push_backlog

src/script.rs:158–165  ·  view source on GitHub ↗
(&mut self, name: SharedString, text: SharedString)

Source from the content-addressed store, hash-verified

156 self.current_block += 1;
157 command
158 }
159
160 pub(crate) fn set_explain(&mut self, explain: &str) {
161 let mut explain = explain;
162 if explain.len() > 18 {
163 explain = &explain[0..18];
164 }
165 self.explain = format!("{}{}", explain, "...");
166 }
167
168 pub(crate) fn set_offset(&mut self, offset: i32) {

Callers 1

apply_commandMethod · 0.80

Calls 1

pushMethod · 0.80

Tested by

no test coverage detected