Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danoon2/Boxedwine
/ setAsync
Method
setAsync
source/io/fsdiropennode.cpp:61–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
}
60
61
void FsDirOpenNode::setAsync(bool isAsync) {
62
if (isAsync)
63
kdebug(
"FsDirOpenNode::setAsync not implemented"
);
64
}
65
66
bool FsDirOpenNode::isAsync() {
67
return false;
Callers
nothing calls this directly
Calls
1
kdebug
Function · 0.85
Tested by
no test coverage detected