Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Palm1r/QodeAssist
/ addInputPort
Method
addInputPort
TaskFlow/core/BaseTask.cpp:38–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
}
37
38
void BaseTask::addInputPort(const QString &name)
39
{
40
QMutexLocker locker(&m_tasksMutex);
41
m_inputs.append(new TaskPort(name, TaskPort::ValueType::Any, this));
42
}
43
44
void BaseTask::addOutputPort(const QString &name)
45
{
Callers
nothing calls this directly
Calls
1
append
Method · 0.80
Tested by
no test coverage detected