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

Method set_auto_tx

src/executors/executor.rs:86–88  ·  view source on GitHub ↗
(&mut self, auto_tx: Sender<Duration>)

Source from the content-addressed store, hash-verified

84 figure_items: Rc<VecModel<FigureItem>>,
85 figure_id: Rc<RefCell<i32>>,
86 text_tx: Option<TextTX>,
87 auto_tx: Option<Sender<Duration>>,
88 delay_channels: Option<DelayChannels>,
89 status_channel: Option<(Sender<()>, Sender<()>)>,
90}
91

Callers 1

load_dataFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected