Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devosoft/avida
/ ReadLine
Method
ReadLine
avida-core/source/tools/cFile.cc:63–70 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
}
62
63
bool cFile::ReadLine(cString& in_string)
64
{
65
std::string linebuf;
66
std::getline(fp, linebuf);
67
if (fp.bad()) return false;
68
in_string = linebuf.c_str();
69
return true;
70
}
Callers
6
loadFile
Method · 0.80
InitWithDirectory
Method · 0.80
Freezer
Method · 0.80
InstantiateGenome
Method · 0.80
LoadAttachment
Method · 0.80
ImportItem
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected