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

Method readLineData

src/cli/chariohandler.cpp:126–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124}
125
126qint64 CharIOHandler::readLineData(char *data, qint64 maxSize) {
127 return iodev->readLine(data, maxSize);
128}
129
130qint64 CharIOHandler::writeData(const char *data, qint64 maxSize) {
131 return iodev->write(data, maxSize);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected