MCPcopy Create free account
hub / github.com/NGT-labs/NGT / HashBasedBooleanSet

Method HashBasedBooleanSet

lib/NGT/HashBasedBooleanSet.h:36–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34
35 public:
36 HashBasedBooleanSet() : _table(NULL), _tableSize(0), _mask(0) {}
37
38 HashBasedBooleanSet(const uint64_t size) : _table(NULL), _tableSize(0), _mask(0) {
39 size_t bitSize = 0;

Callers

nothing calls this directly

Calls 1

initializeFunction · 0.70

Tested by

no test coverage detected