MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / isBlocking

Method isBlocking

source/kernel/kfile.cpp:35–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35bool KFile::isBlocking() {
36 return false;
37}
38
39void KFile::setAsync(bool isAsync) {
40 this->openFile->setAsync(isAsync);

Callers 1

fcntrlMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected