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

Function DumpPrefixes

generator/dumper.cpp:163–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161}
162
163void DumpPrefixes(string const & fPath)
164{
165 PrefixesCollector doClass;
166 feature::ForEachFeature(fPath, doClass);
167 for (auto const & [langCode, container] : doClass.m_stats)
168 Print(langCode, container);
169}
170
171void DumpSearchTokens(string const & fPath, size_t maxTokensToShow)
172{

Callers 1

generator_tool.cppFile · 0.85

Calls 2

ForEachFeatureFunction · 0.85
PrintFunction · 0.70

Tested by

no test coverage detected