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

Method Has

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

Source from the content-addressed store, hash-verified

1562 m_strings.insert(NormalizeAndSimplifyString(s));
1563 }
1564 bool Has(String const & s) const { return m_strings.count(s) > 0; }
1565 };
1566 static AdditionalCommonTokens const s_addCommonTokens;
1567

Callers 1

ClearStreetIndicesMethod · 0.45

Calls 1

countMethod · 0.45

Tested by

no test coverage detected