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

Method increment

tests/lib/testlib.h:1850–1855  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1848 }
1849
1850 char increment() {
1851 char c;
1852 if ((c = buffer[bufferPos++]) == LF)
1853 line++;
1854 return c;
1855 }
1856
1857public:
1858 BufferedFileInputStreamReader(std::FILE *file, const std::string &name) : file(file), name(name), line(1) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected