Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Palm1r/QodeAssist
/ BaseTask
Method
BaseTask
TaskFlow/core/BaseTask.cpp:12–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
namespace QodeAssist::TaskFlow {
11
12
BaseTask::BaseTask(QObject *parent)
13
: QObject(parent)
14
, m_taskId(
"unknown"
+ QUuid::createUuid().toString())
15
{}
16
17
BaseTask::~BaseTask()
18
{
Callers
nothing calls this directly
Calls
1
toString
Method · 0.45
Tested by
no test coverage detected