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

Method Load

libs/indexer/features_offsets_table.cpp:61–66  ·  view source on GitHub ↗

static

Source from the content-addressed store, hash-verified

59
60// static
61unique_ptr<FeaturesOffsetsTable> FeaturesOffsetsTable::Load(string const & filePath)
62{
63 if (!GetPlatform().IsFileExistsByFullPath(filePath))
64 return unique_ptr<FeaturesOffsetsTable>();
65 return LoadImpl(filePath);
66}
67
68// static
69unique_ptr<FeaturesOffsetsTable> FeaturesOffsetsTable::Load(FilesContainerR const & cont, std::string const & tag)

Callers

nothing calls this directly

Calls 8

ASSERTFunction · 0.85
mapFunction · 0.85
OpenMethod · 0.45
GetFileNameMethod · 0.45
AssignMethod · 0.45
MapMethod · 0.45

Tested by

no test coverage detected