Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
78
void 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
main
Function · 0.45
Process
Method · 0.45
Process
Method · 0.45
InstructionSequence
Method · 0.45
operator=
Method · 0.45
RunTests
Method · 0.45
ProcessInitialize
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected