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

Method increment

testlib.h:1907–1912  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1905 }
1906
1907 char increment() {
1908 char c;
1909 if ((c = buffer[bufferPos++]) == LF)
1910 line++;
1911 return c;
1912 }
1913
1914public:
1915 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