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

Method set_cg

src/executors/executor.rs:78–80  ·  view source on GitHub ↗
(&mut self, cg: u64)

Source from the content-addressed store, hash-verified

76 script: Rc<RefCell<Script>>,
77 media_player: Rc<RefCell<MediaPlayer>>,
78 user_data: Rc<RefCell<UserData>>,
79 save_tx: Option<watch::Sender<Option<UserData>>>,
80 weak: Weak<MainWindow>,
81 text: Arc<RwLock<DisplayText>>,
82 choose_lock: Rc<RefCell<bool>>,
83 video_context: Rc<RefCell<VideoContext>>,

Callers 1

load_extraMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected