Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.h
File · 0.45
readEoln
Method · 0.45
readEof
Method · 0.45
readStringTo
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected