Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codestation/qcma
/ cancelOperation
Method
cancelOperation
common/database.cpp:74–78 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
72
}
73
74
void Database::cancelOperation()
75
{
76
QMutexLocker locker(&cancel);
77
cancel_operation = true;
78
}
79
80
bool Database::continueOperation()
81
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected