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

Function ReadByte

libs/indexer/feature.cpp:189–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187
188template <class TSource>
189uint8_t ReadByte(TSource & src)
190{
191 return ReadPrimitiveFromSource<uint8_t>(src);
192}
193} // namespace
194
195FeatureType::FeatureType(SharedLoadInfo const * loadInfo, vector<uint8_t> && buffer)

Callers 1

ParseHeader2Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected