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

Method GetStorageStrategy

libs/coding/compressed_bit_vector.cpp:331–334  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

329}
330
331CompressedBitVector::StorageStrategy DenseCBV::GetStorageStrategy() const
332{
333 return CompressedBitVector::StorageStrategy::Dense;
334}
335
336void DenseCBV::Serialize(Writer & writer) const
337{

Callers 4

ForEachMethod · 0.80
ApplyFunction · 0.80
CheckUnionFunction · 0.80
UNIT_TESTFunction · 0.80

Calls

no outgoing calls

Tested by 2

CheckUnionFunction · 0.64
UNIT_TESTFunction · 0.64