static void packTableSize(std::vector &dest, const size_t tableSize) { const size_t head = dest.size(); packInteger(dest, tableSize, 5); dest[head] |= 0x20; } */
source not stored for this graph (policy: none)
no test coverage detected