MCPcopy 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
83void FsFileOpenNode::setAsync(bool isAsync) {
84 if (isAsync)
85 kdebug("FsFileOpenNode::setAsync not implemented");
86}
87
88bool FsFileOpenNode::isAsync() {
89 return false;

Callers

nothing calls this directly

Calls 1

kdebugFunction · 0.85

Tested by

no test coverage detected