MCPcopy Create free account
hub / github.com/BehaviorTree/Groot / propagateData

Method propagateData

QtNodeEditor/src/Connection.cpp:407–420  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

405
406
407void
408Connection::
409propagateData(std::shared_ptr<NodeData> nodeData) const
410{
411 if (_inNode)
412 {
413 if (_converter)
414 {
415 nodeData = _converter(nodeData);
416 }
417
418 _inNode->propagateData(nodeData, _inPortIndex);
419 }
420}
421
422
423void

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected