MCPcopy Create free account
hub / github.com/cvut/qtrvsim / bytesToWrite

Method bytesToWrite

src/cli/chariohandler.cpp:106–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104}
105
106qint64 CharIOHandler::bytesToWrite() const {
107 return iodev->bytesToWrite() + Super::bytesToWrite();
108}
109
110bool CharIOHandler::canReadLine() const {
111 return iodev->canReadLine();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected