Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ NumTokens
Method
NumTokens
libs/search/geocoder_context.cpp:41–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
}
40
41
size_t BaseContext::NumTokens() const
42
{
43
ASSERT_EQUAL(m_tokens.size(), m_features.size(), ());
44
return m_tokens.size();
45
}
46
47
size_t BaseContext::SkipUsedTokens(size_t curToken) const
48
{
Callers
8
FindStreets
Function · 0.80
FindStreets
Method · 0.80
MatchCategories
Method · 0.80
WithPostcodes
Method · 0.80
MatchPOIsAndBuildings
Method · 0.80
EmitResult
Method · 0.80
MatchUnclassified
Method · 0.80
GetTopLocalities
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected