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

Method DataHeader

libs/indexer/data_header.cpp:48–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46} // namespace
47
48DataHeader::DataHeader(std::string const & fileName) : DataHeader((FilesContainerR(GetPlatform().GetReader(fileName))))
49{}
50
51DataHeader::DataHeader(FilesContainerR const & cont)
52{

Callers

nothing calls this directly

Calls 3

FilesContainerRClass · 0.70
LoadFunction · 0.70
GetReaderMethod · 0.45

Tested by

no test coverage detected