Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
188
template <class TSource>
189
uint8_t ReadByte(TSource & src)
190
{
191
return ReadPrimitiveFromSource<uint8_t>(src);
192
}
193
} // namespace
194
195
FeatureType::FeatureType(SharedLoadInfo const * loadInfo, vector<uint8_t> && buffer)
Callers
1
ParseHeader2
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected