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

Method unlock

src/executors/executor.rs:103–106  ·  view source on GitHub ↗
(&mut self, index: usize)

Source from the content-addressed store, hash-verified

101 weak,
102 text: Arc::new(RwLock::new(DisplayText::new())),
103 choose_lock: Rc::new(RefCell::new(false)),
104 video_context: Rc::new(RefCell::new(VideoContext::default())),
105 figure_items,
106 figure_id: Rc::new(RefCell::new(0)),
107 text_tx: None,
108 auto_tx: None,
109 delay_channels: None,

Callers 1

show_bgMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected