MCPcopy Create free account
hub / github.com/TheAssassin/AppImageLauncher / scheduleForUnintegration

Method scheduleForUnintegration

src/daemon/worker.cpp:161–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159}
160
161void Worker::scheduleForUnintegration(const QString& path) {
162 auto operation = std::make_pair(path, UNINTEGRATE);
163 if (!d->isDuplicate(operation)) {
164 std::cout << "Scheduling for unintegration: " << path.toStdString() << std::endl;
165 d->deferredOperations.push_back(operation);
166 emit startTimer();
167 }
168}
169
170void Worker::startTimerIfNecessary() {
171 if (!d->deferredOperationsTimer.isActive())

Callers

nothing calls this directly

Calls 1

isDuplicateMethod · 0.80

Tested by

no test coverage detected