Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1611
bool QueryParams::IsPrefixToken(size_t i) const
1612
{
1613
ASSERT_LESS(i, GetNumTokens(), ());
1614
return i == m_tokens.size();
1615
}
1616
1617
QueryParams::Token const & QueryParams::GetToken(size_t i) const
1618
{
Callers
10
FindStreets
Function · 0.80
SetParams
Method · 0.80
InitBaseContext
Method · 0.80
InitLayer
Method · 0.80
IsPrefix
Method · 0.80
GetTopLocalities
Method · 0.80
IsPrefix
Method · 0.80
GetTopLocalities
Method · 0.80
Search
Method · 0.80
GetQueryVec
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
1
GetTopLocalities
Method · 0.64