Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devosoft/avida
/ SetInt
Method
SetInt
avida-core/source/tools/cArgContainer.h:64–68 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
62
63
64
inline void cArgContainer::SetInt(int i, int v)
65
{
66
if (m_ints.GetSize() <= i) m_ints.Resize(i + 1);
67
m_ints[i] = v;
68
}
69
70
inline void cArgContainer::SetDouble(int i, double v)
71
{
Callers
1
Process
Method · 0.80
Calls
2
GetSize
Method · 0.45
Resize
Method · 0.45
Tested by
no test coverage detected