Accessed by the serialization thread, but mt safe since never changed
| 749 | |
| 750 | ///Accessed by the serialization thread, but mt safe since never changed |
| 751 | std::string |
| 752 | Node::getParentMultiInstanceName() const |
| 753 | { |
| 754 | return _imp->multiInstanceParentName; |
| 755 | } |
| 756 | |
| 757 | void |
| 758 | Node::getChildrenMultiInstance(NodesList* children) const |
no outgoing calls
no test coverage detected