MCPcopy 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
38void BaseTask::addInputPort(const QString &name)
39{
40 QMutexLocker locker(&m_tasksMutex);
41 m_inputs.append(new TaskPort(name, TaskPort::ValueType::Any, this));
42}
43
44void BaseTask::addOutputPort(const QString &name)
45{

Callers

nothing calls this directly

Calls 1

appendMethod · 0.80

Tested by

no test coverage detected