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