Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devosoft/avida
/ WriteRawComment
Method
WriteRawComment
avida-core/source/output/File.cc:199–202 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
197
198
199
void Avida::Output::File::WriteRawComment(const char* comment)
200
{
201
if (!m_descr_written) m_descr += Apto::FormatStr(
"%s\n"
, comment);
202
}
203
204
void Avida::Output::File::WriteRaw(const char* str)
205
{
Callers
1
PrintRow
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected