MCPcopy 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
41size_t BaseContext::NumTokens() const
42{
43 ASSERT_EQUAL(m_tokens.size(), m_features.size(), ());
44 return m_tokens.size();
45}
46
47size_t BaseContext::SkipUsedTokens(size_t curToken) const
48{

Callers 8

FindStreetsFunction · 0.80
FindStreetsMethod · 0.80
MatchCategoriesMethod · 0.80
WithPostcodesMethod · 0.80
MatchPOIsAndBuildingsMethod · 0.80
EmitResultMethod · 0.80
MatchUnclassifiedMethod · 0.80
GetTopLocalitiesMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected