Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crayzeewulf/libserial
/ Close
Method
Close
src/SerialStream.cpp:93–99 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
91
}
92
93
void
94
SerialStream::Close()
95
{
96
// If a SerialStreamBuf is associated with this SerialStream
97
// we need to destroy it.
98
mIOBuffer = nullptr ;
99
}
100
101
void
102
SerialStream::DrainWriteBuffer()
Callers
1
~SerialStream
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected