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

Method underflow

src/SerialStreamBuf.cpp:630–634  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

628 }
629
630 std::streambuf::int_type
631 SerialStreamBuf::underflow()
632 {
633 return mImpl->underflow() ;
634 }
635
636 std::streambuf::int_type
637 SerialStreamBuf::uflow()

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