MCPcopy Create free account
hub / github.com/Hashiao/wuwaBackendTool / DebugBackendWorker

Method DebugBackendWorker

debugbackendworker.cpp:3–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#include "debugbackendworker.h"
2
3DebugBackendWorker::DebugBackendWorker(QObject *parent) : QObject(parent)
4{
5 m_isBusy.store(0);
6}
7
8bool DebugBackendWorker::isBusy(){
9 if(m_isBusy.load() == 0){

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected