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

Method DoGetWordSize

container/bitmap.h:452–455  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

450 return m_words;
451 }
452 size_t DoGetWordSize() const
453 {
454 return sizeof(m_words)/ sizeof(m_words[0]);
455 }
456 IndexType DoGetSize() const
457 {
458 return Size;

Callers 1

WordSizeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected