Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
73
bool KFile::isOpen() {
74
return true;
75
}
76
77
bool KFile::isReadReady() {
78
return this->openFile->isReadReady();
Callers
1
internal_poll
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected