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

Method GetCellAVs

avida-core/source/cpu/cTestCPUInterface.cc:166–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164}
165
166Apto::Array<cOrganism*> cTestCPUInterface::GetCellAVs(int cell_id, int av_num)
167{
168 Apto::Array<cOrganism*> null_array;
169 null_array.SetAll(NULL);
170 return null_array;
171}
172
173Apto::Array<cOrganism*> cTestCPUInterface::GetFacedPreyAVs(int av_num)
174{

Callers 2

Inst_GetNumGuardsMethod · 0.45
Inst_GetNumJuvsMethod · 0.45

Calls 1

SetAllMethod · 0.45

Tested by

no test coverage detected