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

Method execute_backlog_jump

src/executors/executor.rs:126–131  ·  view source on GitHub ↗
(&mut self, name: String, index: i32)

Source from the content-addressed store, hash-verified

124 pub(crate) fn set_auto_tx(&mut self, auto_tx: Sender<Duration>) {
125 self.auto_tx = Some(auto_tx);
126 }
127
128 pub(crate) fn set_delay_channels(
129 &mut self,
130 delay_tx: DelayTX,
131 delay_move_tx: DelayTX,
132 loop_move_tx: DelayTX,
133 ) {
134 self.delay_channels = Some(DelayChannels {

Callers 1

uiFunction · 0.80

Calls 1

execute_loadMethod · 0.80

Tested by

no test coverage detected