Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
65
bool CharIOHandler::isSequential() const {
66
return iodev->isSequential();
67
}
68
69
bool CharIOHandler::open(OpenMode mode) {
70
if (!iodev->open(mode)) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected