MCPcopy Create free account
hub / github.com/OpenImageDebugger/OpenImageDebugger / set_query

Method set_query

src/host/ui/ui_state.cpp:53–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53void UiState::set_query(std::string q) {
54 query_ = std::move(q);
55}
56
57const std::string& UiState::query() const {
58 return query_;

Callers 2

draw_symbol_searchFunction · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64