Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devosoft/avida
/ GetInputAt
Method
GetInputAt
avida-core/source/main/cPopulationCell.h:214–218 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
212
};
213
214
inline int cPopulationCell::GetInputAt(int& input_pointer)
215
{
216
input_pointer %= m_inputs.GetSize();
217
return m_inputs[input_pointer++];
218
}
219
220
#endif
Callers
2
Task_SortInputs
Method · 0.45
PrintStatus
Method · 0.45
Calls
1
GetSize
Method · 0.45
Tested by
no test coverage detected