| 8806 | } |
| 8807 | |
| 8808 | std::string |
| 8809 | Node::getPluginPythonModule() const |
| 8810 | { |
| 8811 | QMutexLocker k(&_imp->pyPluginInfoMutex); |
| 8812 | |
| 8813 | return _imp->pyPlugInfo.pluginPythonModule; |
| 8814 | } |
| 8815 | |
| 8816 | bool |
| 8817 | Node::hasHostOverlayForParam(const KnobI* knob) const |
no outgoing calls
no test coverage detected