(&self)
| 72 | pub(crate) struct Executor { |
| 73 | script: Rc<RefCell<Script>>, |
| 74 | media_player: Rc<RefCell<MediaPlayer>>, |
| 75 | cg: Rc<RefCell<Vec<u64>>>, |
| 76 | weak: Weak<MainWindow>, |
| 77 | text: Arc<RwLock<DisplayText>>, |
| 78 | choose_lock: Rc<RefCell<bool>>, |
| 79 | video_context: Rc<RefCell<VideoContext>>, |
no outgoing calls
no test coverage detected