MCPcopy 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
53bool Result::IsSuggest() const
54{
55 return m_resultType == Type::SuggestFromFeature || m_resultType == Type::PureSuggest;
56}
57
58bool Result::HasPoint() const
59{

Callers 4

ToJavaResultFunction · 0.80
AddResultMethod · 0.80
GetSuggestsCountMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected