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

Method FlushInputBuffer

src/SerialStreamBuf.cpp:432–436  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

430 }
431
432 void
433 SerialStreamBuf::FlushInputBuffer()
434 {
435 mImpl->FlushInputBuffer() ;
436 }
437
438 void
439 SerialStreamBuf::FlushOutputBuffer()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected