Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ IsSuggest
Method
IsSuggest
libs/search/result.cpp:53–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
}
52
53
bool Result::IsSuggest() const
54
{
55
return m_resultType == Type::SuggestFromFeature || m_resultType == Type::PureSuggest;
56
}
57
58
bool Result::HasPoint() const
59
{
Callers
4
ToJavaResult
Function · 0.80
OnSearchPanelItemClicked
Method · 0.80
AddResult
Method · 0.80
GetSuggestsCount
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected