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

Method eof

testlib.h:1977–1979  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1975 }
1976
1977 bool eof() {
1978 return !refill() || EOFC == curChar();
1979 }
1980
1981 void close() {
1982 if (NULL != file) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected