Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MikeMirzayanov/testlib
/ getLine
Method
getLine
testlib.h:1740–1742 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1738
}
1739
1740
int getLine() {
1741
return -1;
1742
}
1743
1744
bool eof() {
1745
return pos >= s.length();
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected