| 450 | } |
| 451 | |
| 452 | std::string |
| 453 | MultiInstancePanel::getScriptName_mt_safe() const |
| 454 | { |
| 455 | return _imp->getMainInstance()->getScriptName_mt_safe(); |
| 456 | } |
| 457 | |
| 458 | void |
| 459 | MultiInstancePanel::initializeKnobs() |
nothing calls this directly
no test coverage detected