MCPcopy Create free account
hub / github.com/DFHack/dfhack / bits

Method bits

library/include/BitArray.h:106–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104
105 size_type size() const { return _size; }
106 buffer_type* bits() const { return _bits; }
107
108 void resize( size_type newsize )
109 {

Callers 1

flagarray_to_stringFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected