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

Method Insert

publication/source_code/include/chimp/packed_data.hpp:78–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76 void Reset() { this->index = 0; }
77
78 inline void Insert(uint16_t packed_data) {
79 if (!EMPTY) { buffer[index] = packed_data; }
80 index++;
81 }
82
83 idx_t index;
84 uint16_t* buffer;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected