MCPcopy Create free account
hub / github.com/chen3feng/toft / DoGetWordSize

Method DoGetWordSize

container/bitmap.h:385–388  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

383 }
384
385 size_t DoGetWordSize() const
386 {
387 return m_words.size();
388 }
389private:
390 std::vector<BitmapBase::WordType> m_words;
391 IndexType m_size;

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected