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

Method create

src/list/check_list_item.rs:42–50  ·  view source on GitHub ↗
(props: Self::Properties, _: ComponentLink<Self>)

Source from the content-addressed store, hash-verified

40 type Properties = CheckListItemProps;
41
42 fn create(props: Self::Properties, _: ComponentLink<Self>) -> Self {
43 // CheckListItem::ensure_loaded();
44 // Self {
45 // props,
46 // node_ref: NodeRef::default(),
47 // request_selected_listener: None,
48 // }
49 unimplemented!()
50 }
51
52 fn update(&mut self, _msg: Self::Message) -> ShouldRender {
53 false

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected