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

Method IsCommonToken

libs/search/query_params.cpp:1629–1632  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1627}
1628
1629bool QueryParams::IsCommonToken(size_t i) const
1630{
1631 return i < m_isCommonToken.size() && m_isCommonToken[i];
1632}
1633
1634bool QueryParams::IsNumberTokens(TokenRange const & range) const
1635{

Callers 1

EmitResultMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected