MCPcopy Create free account
hub / github.com/devosoft/avida / ResizeClear

Method ResizeClear

avida-core/source/tools/cBitArray.cc:78–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78void cRawBitArray::ResizeClear(const int new_bits)
79{
80 ResizeSloppy(new_bits);
81 Zero(new_bits);
82}
83
84
85// This technique counts the number of bits; it loops through once for each

Callers 7

mainFunction · 0.45
ProcessMethod · 0.45
ProcessMethod · 0.45
InstructionSequenceMethod · 0.45
operator=Method · 0.45
RunTestsMethod · 0.45
ProcessInitializeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected