MCPcopy Create free account
hub / github.com/RevoSucks/BM64Recomp / get_input_text

Method get_input_text

src/ui/elements/ui_element.cpp:392–394  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

recompui_get_input_textFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected