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

Method eof

testlib.h:1744–1746  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1742 }
1743
1744 bool eof() {
1745 return pos >= s.length();
1746 }
1747
1748 void close() {
1749 // No operations.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected