Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chrxh/alien
/ SetFilterText
Method
SetFilterText
source/Gui/AlienImGui.cpp:1354–1359 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1352
}
1353
1354
void AlienImGui::SetFilterText(std::string const& value)
1355
{
1356
CHECK(_filterStack.size() < 10);
1357
1358
_filterStack.emplace_back(value);
1359
}
1360
1361
void AlienImGui::ResetFilterText()
1362
{
Callers
nothing calls this directly
Calls
1
size
Method · 0.80
Tested by
no test coverage detected