! * \brief set the tracker to be used with MegcoreAsyncErrorInfo * * Most operators do not have async errors so this function has a * default empty implementation. */
| 52 | * default empty implementation. |
| 53 | */ |
| 54 | virtual void set_error_tracker(void*) {} |
| 55 | |
| 56 | private: |
| 57 | Handle* m_handle; |
no outgoing calls
no test coverage detected