Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MikeMirzayanov/testlib
/ getLine
Method
getLine
testlib.h:1973–1975 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1971
}
1972
1973
int getLine() {
1974
return line;
1975
}
1976
1977
bool eof() {
1978
return !refill() || EOFC == curChar();
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected