Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
NotOpen
Class · 0.85
call_with_retry
Function · 0.85
IsOpen
Method · 0.45
GetFileDescriptor
Method · 0.45
Tested by
no test coverage detected