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

Method set_text_tx

src/executors/executor.rs:82–84  ·  view source on GitHub ↗
(&mut self, text_tx: Sender<Arc<RwLock<DisplayText>>>)

Source from the content-addressed store, hash-verified

80 weak: Weak<MainWindow>,
81 text: Arc<RwLock<DisplayText>>,
82 choose_lock: Rc<RefCell<bool>>,
83 video_context: Rc<RefCell<VideoContext>>,
84 figure_items: Rc<VecModel<FigureItem>>,
85 figure_id: Rc<RefCell<i32>>,
86 text_tx: Option<TextTX>,
87 auto_tx: Option<Sender<Duration>>,

Callers 1

load_dataFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected