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

Method waitForEvents

source/io/fsfileopennode.cpp:92–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92void FsFileOpenNode::waitForEvents(BOXEDWINE_CONDITION& parentCondition, U32 events) {
93 kdebug("FsFileOpenNode::::waitForEvents not implemented");
94}
95
96bool FsFileOpenNode::isWriteReady() {
97 return (this->flags & K_O_ACCMODE)!=K_O_RDONLY;

Callers

nothing calls this directly

Calls 1

kdebugFunction · 0.85

Tested by

no test coverage detected