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

Method isWriteReady

source/kernel/kfile.cpp:81–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81bool KFile::isWriteReady() {
82 return this->openFile->isWriteReady();
83}
84
85void KFile::waitForEvents(BOXEDWINE_CONDITION& parentCondition, U32 events) {
86 this->openFile->waitForEvents(parentCondition, events);

Callers 1

internal_pollFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected