| 445 | } |
| 446 | |
| 447 | std::string |
| 448 | MultiInstancePanel::getScriptName_mt_safe() const |
| 449 | { |
| 450 | return _imp->getMainInstance()->getScriptName_mt_safe(); |
| 451 | } |
| 452 | |
| 453 | std::string |
| 454 | MultiInstancePanel::getFullyQualifiedName() const |
nothing calls this directly
no test coverage detected