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

Method get_weak

src/executors/executor.rs:74–76  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

72pub(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>>,

Callers 8

load_dataFunction · 0.80
execute_save_configMethod · 0.80
uiFunction · 0.80
load_volumeMethod · 0.80
load_save_dataMethod · 0.80
load_textMethod · 0.80
load_autoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected