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

Method getLine

tests/lib/testlib.h:1916–1918  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1914 }
1915
1916 int getLine() {
1917 return line;
1918 }
1919
1920 bool eof() {
1921 return !refill() || EOFC == curChar();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected