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

Method Load

libs/indexer/rank_table.cpp:169–172  ·  view source on GitHub ↗

static

Source from the content-addressed store, hash-verified

167
168// static
169unique_ptr<RankTable> RankTable::Load(FilesContainerR const & rcont, string const & sectionName)
170{
171 return LoadRankTable(GetMemoryRegionForTag(rcont, sectionName));
172}
173
174// static
175unique_ptr<RankTable> RankTable::Load(FilesMappingContainer const & mcont, string const & sectionName)

Callers 4

MwmValueMethod · 0.45
ReadTypesMappingMethod · 0.45
LoadV1Method · 0.45
UNIT_CLASS_TESTFunction · 0.45

Calls 2

LoadRankTableFunction · 0.85
GetMemoryRegionForTagFunction · 0.85

Tested by 1

UNIT_CLASS_TESTFunction · 0.36