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

Method Load

libs/indexer/data_header.cpp:107–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105}
106
107void DataHeader::Load(FilesContainerR const & cont)
108{
109 Load(cont.GetReader(HEADER_FILE_TAG));
110}
111
112void DataHeader::Load(ModelReaderPtr const & r)
113{

Callers

nothing calls this directly

Calls 5

LoadBytesFunction · 0.85
LoadFunction · 0.70
GetReaderMethod · 0.45
sizeMethod · 0.45
GetNameMethod · 0.45

Tested by

no test coverage detected