MCPcopy Create free account
hub / github.com/Palm1r/QodeAssist / addOutputPort

Method addOutputPort

TaskFlow/core/BaseTask.cpp:44–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44void BaseTask::addOutputPort(const QString &name)
45{
46 QMutexLocker locker(&m_tasksMutex);
47 m_outputs.append(new TaskPort(name, TaskPort::ValueType::Any, this));
48}
49
50TaskPort *BaseTask::inputPort(const QString &name) const
51{

Callers

nothing calls this directly

Calls 1

appendMethod · 0.80

Tested by

no test coverage detected