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

Method execute_backlog_change

src/executors/executor.rs:118–124  ·  view source on GitHub ↗
(&mut self, offset: i32)

Source from the content-addressed store, hash-verified

116 pub(crate) fn set_cg(&mut self, cg: u64) {
117 *self.cg.borrow_mut() = cg;
118 }
119
120 pub(crate) fn set_text_tx(&mut self, text_tx: Sender<Arc<RwLock<DisplayText>>>) {
121 self.text_tx = Some(text_tx);
122 }
123
124 pub(crate) fn set_auto_tx(&mut self, auto_tx: Sender<Duration>) {
125 self.auto_tx = Some(auto_tx);
126 }
127

Callers 1

uiFunction · 0.80

Calls 2

set_offsetMethod · 0.80
execute_backlogMethod · 0.80

Tested by

no test coverage detected