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

Method getLine

tests/lib/testlib.h:1683–1685  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1681 }
1682
1683 int getLine() {
1684 return -1;
1685 }
1686
1687 bool eof() {
1688 return pos >= s.length();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected