Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
81
bool KFile::isWriteReady() {
82
return this->openFile->isWriteReady();
83
}
84
85
void KFile::waitForEvents(BOXEDWINE_CONDITION& parentCondition, U32 events) {
86
this->openFile->waitForEvents(parentCondition, events);
Callers
1
internal_poll
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected