MCPcopy Create free account
hub / github.com/comaps/comaps / IsPrefixToken

Method IsPrefixToken

libs/search/query_params.cpp:1611–1615  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1609}
1610
1611bool QueryParams::IsPrefixToken(size_t i) const
1612{
1613 ASSERT_LESS(i, GetNumTokens(), ());
1614 return i == m_tokens.size();
1615}
1616
1617QueryParams::Token const & QueryParams::GetToken(size_t i) const
1618{

Callers 10

FindStreetsFunction · 0.80
SetParamsMethod · 0.80
InitBaseContextMethod · 0.80
InitLayerMethod · 0.80
IsPrefixMethod · 0.80
GetTopLocalitiesMethod · 0.80
IsPrefixMethod · 0.80
GetTopLocalitiesMethod · 0.80
SearchMethod · 0.80
GetQueryVecMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by 1

GetTopLocalitiesMethod · 0.64