Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SpartanJ/eepp
/ setQuery
Method
setQuery
src/tools/ecode/universallocator.cpp:73–79 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
71
}
72
73
void setQuery( const std::string& query ) {
74
if ( mQuery != query ) {
75
clear();
76
mQuery = query;
77
onModelUpdate();
78
}
79
}
80
81
void clear() { mInfo.clear(); }
82
Callers
1
updateWorkspaceSymbol
Method · 0.45
Calls
1
clear
Function · 0.85
Tested by
no test coverage detected