MCPcopy Create free account
hub / github.com/crayzeewulf/libserial / overflow

Method overflow

src/SerialStreamBuf.cpp:624–628  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

622 }
623
624 std::streambuf::int_type
625 SerialStreamBuf::overflow(const int_type character)
626 {
627 return mImpl->overflow(character) ;
628 }
629
630 std::streambuf::int_type
631 SerialStreamBuf::underflow()

Callers

nothing calls this directly

Calls 4

NotOpenClass · 0.85
call_with_retryFunction · 0.85
IsOpenMethod · 0.45
GetFileDescriptorMethod · 0.45

Tested by

no test coverage detected