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

Method TokensVector

libs/search/ranking_utils.cpp:98–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96} // namespace impl
97
98TokensVector::TokensVector(string_view name)
99{
100 m_tokens = NormalizeAndTokenizeString(std::move(name));
101
102 Init();
103}
104
105string DebugPrint(NameScore const & score)
106{

Callers

nothing calls this directly

Calls 2

InitFunction · 0.50

Tested by

no test coverage detected