Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
77
bool KFile::isReadReady() {
78
return this->openFile->isReadReady();
79
}
80
81
bool KFile::isWriteReady() {
82
return this->openFile->isWriteReady();
Callers
3
putEvent
Method · 0.45
removeEvent
Method · 0.45
internal_poll
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected