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

Method change

src/icon_button_toggle/off_icon.rs:35–38  ·  view source on GitHub ↗
(&mut self, props: Self::Properties)

Source from the content-addressed store, hash-verified

33 }
34
35 fn change(&mut self, props: Self::Properties) -> bool {
36 self.props = props;
37 true
38 }
39
40 fn view(&self) -> Html {
41 // let children = self

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected