MCPcopy Create free account
hub / github.com/angular-rust/yew-components / show

Method show

src/dialog.rs:204–210  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

202 }
203
204 pub fn show(&self) {
205 // (*self.borrow().as_ref().unwrap().get_component().unwrap())
206 // .node_ref
207 // .cast::<Dialog>()
208 // .unwrap()
209 // .show()
210 }
211
212 pub fn close(&self) {
213 // (*self.borrow().as_ref().unwrap().get_component().unwrap())

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected