Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danoon2/Boxedwine
/ isBlocking
Method
isBlocking
source/kernel/kfile.cpp:35–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
}
34
35
bool KFile::isBlocking() {
36
return false;
37
}
38
39
void KFile::setAsync(bool isAsync) {
40
this->openFile->setAsync(isAsync);
Callers
1
fcntrl
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected