MCPcopy Create free account
hub / github.com/buggins/coolreader / GetLineCount

Method GetLineCount

crengine/src/lvxml.cpp:1276–1276  ·  view source on GitHub ↗

get line count read from file. Use length() instead to get count of lines queued.

Source from the content-addressed store, hash-verified

1274 int GetFirstLineIndex() { return first_line_index; }
1275 // get line count read from file. Use length() instead to get count of lines queued.
1276 int GetLineCount() { return first_line_index + length(); }
1277 // get line by line file index
1278 LVTextFileLine * GetLine( int index )
1279 {

Callers 3

renderBlockElementFunction · 0.45
createXPointerMethod · 0.45
getRectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected