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

Method readData

src/cli/chariohandler.cpp:122–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120}
121
122qint64 CharIOHandler::readData(char *data, qint64 maxSize) {
123 return iodev->read(data, maxSize);
124}
125
126qint64 CharIOHandler::readLineData(char *data, qint64 maxSize) {
127 return iodev->readLine(data, maxSize);

Callers

nothing calls this directly

Calls 1

readMethod · 0.45

Tested by

no test coverage detected