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

Method isOpen

source/kernel/kfile.cpp:73–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73bool KFile::isOpen() {
74 return true;
75}
76
77bool KFile::isReadReady() {
78 return this->openFile->isReadReady();

Callers 1

internal_pollFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected