Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
122
qint64 CharIOHandler::readData(char *data, qint64 maxSize) {
123
return iodev->read(data, maxSize);
124
}
125
126
qint64 CharIOHandler::readLineData(char *data, qint64 maxSize) {
127
return iodev->readLine(data, maxSize);
Callers
nothing calls this directly
Calls
1
read
Method · 0.45
Tested by
no test coverage detected