Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danoon2/Boxedwine
/ setAsync
Method
setAsync
source/io/fsfileopennode.cpp:83–86 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
81
}
82
83
void FsFileOpenNode::setAsync(bool isAsync) {
84
if (isAsync)
85
kdebug(
"FsFileOpenNode::setAsync not implemented"
);
86
}
87
88
bool FsFileOpenNode::isAsync() {
89
return false;
Callers
nothing calls this directly
Calls
1
kdebug
Function · 0.85
Tested by
no test coverage detected