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

Method send_move

src/executors/delay_executor.rs:33–36  ·  view source on GitHub ↗
(&self, fg_move: Command)

Source from the content-addressed store, hash-verified

31 }
32
33 pub(crate) fn send_move(&self, fg_move: Command) -> Result<(), EngineError> {
34 self.delay_move_tx.delay_tx.try_send(fg_move)?;
35 Ok(())
36 }
37
38 pub(crate) fn send_loop(&self, fg_move: Command, fg_back: Command) {
39 try_send_loop(&self.delay_move_tx.delay_tx, fg_back);

Callers 1

show_moveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected