MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / overflow

Method overflow

tests/framework/src/doctest.cpp:3692–3695  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3690 std::streamsize xsputn(const char_type*, std::streamsize count) override { return count; }
3691
3692 int_type overflow(int_type ch) override {
3693 setp(std::begin(buf), std::end(buf));
3694 return traits_type::not_eof(ch);
3695 }
3696 } discardBuf;
3697
3698public:

Callers

nothing calls this directly

Calls 2

beginFunction · 0.50
endFunction · 0.50

Tested by

no test coverage detected