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

Method DoGetWords

container/bitmap.h:372–375  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

370
371private:
372 const BitmapBase::WordType* DoGetWords() const
373 {
374 return &m_words[0];
375 }
376 BitmapBase::WordType* DoGetWords()
377 {
378 return &m_words[0];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected