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

Method isReadReady

source/kernel/kfile.cpp:77–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77bool KFile::isReadReady() {
78 return this->openFile->isReadReady();
79}
80
81bool KFile::isWriteReady() {
82 return this->openFile->isWriteReady();

Callers 3

putEventMethod · 0.45
removeEventMethod · 0.45
internal_pollFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected