Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
53
void UiState::set_query(std::string q) {
54
query_ = std::move(q);
55
}
56
57
const std::string& UiState::query() const {
58
return query_;
Callers
2
draw_symbol_search
Function · 0.80
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64