| 39 | static void LoadSettings(); |
| 40 | void DeviceModified(uint64_t DevIdx); |
| 41 | void* PythonThread() { return m_InitialPythonThread; }; |
| 42 | static void* GetPreservedInterpreter(const std::string& pluginKey); |
| 43 | static void SetPreservedInterpreter(const std::string& pluginKey, void* pInterpreter); |
| 44 | }; |
no outgoing calls
no test coverage detected