MCPcopy Create free account
hub / github.com/dillo-browser/dillo / HashTable

Method HashTable

lout/container.cc:637–641  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

635// ---------------
636
637HashTable::HashTable(bool ownerOfKeys, bool ownerOfValues, int tableSize) :
638 HashSet (ownerOfKeys, tableSize)
639{
640 this->ownerOfValues = ownerOfValues;
641}
642
643HashTable::~HashTable()
644{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected