MCPcopy Create free account
hub / github.com/devosoft/avida / GetNumLines

Method GetNumLines

avida-core/source/tools/cInitFile.h:139–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137 void MarkLineUsed(int line_id) { m_lines[line_id]->used = true; }
138
139 int GetNumLines() const { return m_lines.GetSize(); }
140
141 const cString& GetFiletype() { return m_ftype; }
142 const cStringList& GetFormat() { return m_format; }

Callers 15

mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
LoadBatchWithInstSetFunction · 0.80
LoadMiniTraceQMethod · 0.80
LoadGenotypeListMethod · 0.80
LoadPopulationMethod · 0.80

Calls 1

GetSizeMethod · 0.45

Tested by

no test coverage detected