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

Method execute_backlog

src/executors/executor.rs:108–116  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

106 text_tx: None,
107 auto_tx: None,
108 delay_channels: None,
109 })
110 }
111
112 pub(crate) fn get_weak(&self) -> Weak<MainWindow> {
113 self.weak.clone()
114 }
115
116 pub(crate) fn set_cg(&mut self, cg: u64) {
117 *self.cg.borrow_mut() = cg;
118 }
119

Callers 2

uiFunction · 0.80

Calls 1

backlogMethod · 0.80

Tested by

no test coverage detected