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

Method Get

libs/coding/simple_dense_coding.cpp:54–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54uint8_t SimpleDenseCoding::Get(uint64_t i) const
55{
56 ASSERT_LESS(i, Size(), ());
57 return m_symbols[m_ranks[static_cast<size_t>(i)]];
58}
59} // namespace coding

Callers 6

DebugPrintFunction · 0.45
TestWithDataFunction · 0.45
UNIT_TESTFunction · 0.45
TestSDCFunction · 0.45
TestStringCodingTFunction · 0.45
UNIT_TESTFunction · 0.45

Calls 1

SizeFunction · 0.85

Tested by 5

TestWithDataFunction · 0.36
UNIT_TESTFunction · 0.36
TestSDCFunction · 0.36
TestStringCodingTFunction · 0.36
UNIT_TESTFunction · 0.36