Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OneMoreGres/ScreenTranslator
/ represent
Method
represent
src/represent/representer.cpp:60–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
}
59
60
void Representer::represent(const TaskPtr &task)
61
{
62
if (settings_.resultShowType == ResultMode::Tooltip)
63
showTooltip(task);
64
else
65
showWidget(task);
66
}
67
68
bool Representer::isVisible() const
69
{
Callers
1
translated
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected