Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QNapi/qnapi
/ whenFault
Method
whenFault
libqnapi/src/utils/syncxmlrpc.cpp:38–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
}
37
38
void SyncXmlRpc::whenFault(int err, const QString &msg) {
39
result = false;
40
error = err;
41
message = msg;
42
loop.exit();
43
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected