| 390 | } |
| 391 | |
| 392 | std::string Element::get_input_text() { |
| 393 | return base->GetAttribute("value", std::string{}); |
| 394 | } |
| 395 | |
| 396 | void Element::set_input_text(std::string_view val) { |
| 397 | base->SetAttribute("value", std::string{ val }); |
no outgoing calls
no test coverage detected