MCPcopy Create free account
hub / github.com/audulus/rui / test_button

Function test_button

src/lib.rs:76–80  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

74
75 #[test]
76 fn test_button() {
77 let _ = button(text("click me"), |_cx| {
78 println!("clicked!");
79 });
80 }
81}

Callers

nothing calls this directly

Calls 2

buttonFunction · 0.85
textFunction · 0.85

Tested by

no test coverage detected