MCPcopy Create free account
hub / github.com/cwida/ALP / Key

Method Key

publication/source_code/include/chimp/ring_buffer.hpp:46–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44 //! Get the amount of values that are inserted
45 inline const uint64_t& Size() const { return index; }
46 inline uint64_t Key(const uint64_t& value) const { return value & LEAST_SIGNIFICANT_BIT_MASK; }
47
48private:
49 uint64_t buffer[RING_SIZE] = {}; //! Stores the corresponding values

Callers 2

CompressValueMethod · 0.80
StoreCompressedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected