MCPcopy Create free account
hub / github.com/MikeMirzayanov/testlib / getLine

Method getLine

testlib.h:1844–1846  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1842 }
1843
1844 int getLine() {
1845 return line;
1846 }
1847
1848 bool eof() {
1849 if (NULL == file || feof(file))

Callers 4

testlib.hFile · 0.45
readEolnMethod · 0.45
readEofMethod · 0.45
readStringToMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected