Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ IsTokenUsed
Method
IsTokenUsed
libs/search/geocoder_context.cpp:54–58 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
}
53
54
bool BaseContext::IsTokenUsed(size_t token) const
55
{
56
ASSERT_LESS(token, m_tokens.size(), ());
57
return m_tokens[token] != TOKEN_TYPE_COUNT;
58
}
59
60
bool BaseContext::AllTokensUsed() const
61
{
Callers
6
FindStreets
Function · 0.80
FindStreets
Method · 0.80
WithPostcodes
Method · 0.80
MatchPOIsAndBuildings
Method · 0.80
EmitResult
Method · 0.80
MatchUnclassified
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected