Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devosoft/avida
/ AsString
Function
AsString
avida-core/source/main/cAvidaConfig.h:88–88 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
86
TYPE Get() const { return value; } /* 9 */ \
87
void Set(TYPE in_value) { value = in_value; } \
88
cString AsString() const { return cStringUtil::Convert(value); } /* 10 */\
89
} NAME /* 11 */\
90
91
Callers
7
MakeString
Method · 0.85
Instruction
Class · 0.85
InstructionSequence
Class · 0.85
operator<
Method · 0.85
Genome
Class · 0.85
GeneticRepresentation
Class · 0.85
TimeSeriesRecorder
Class · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected