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

Method update

src/list/list_item.rs:68–70  ·  view source on GitHub ↗
(&mut self, _msg: Self::Message)

Source from the content-addressed store, hash-verified

66 }
67
68 fn update(&mut self, _msg: Self::Message) -> ShouldRender {
69 false
70 }
71
72 fn change(&mut self, props: Self::Properties) -> bool {
73 self.props = props;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected