Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crayzeewulf/libserial
/ SetVMin
Method
SetVMin
src/SerialStreamBuf.cpp:528–532 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
526
}
527
528
void
529
SerialStreamBuf::SetVMin(const short vmin)
530
{
531
mImpl->SetVMin(vmin) ;
532
}
533
534
short
535
SerialStreamBuf::GetVMin() const
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected