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

Method isSequential

src/cli/chariohandler.cpp:65–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65bool CharIOHandler::isSequential() const {
66 return iodev->isSequential();
67}
68
69bool CharIOHandler::open(OpenMode mode) {
70 if (!iodev->open(mode)) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected