! * @brief This function returns FunctionType (callback type). * * @return FunctionType (callback type). */
| 195 | * @return FunctionType (callback type). |
| 196 | */ |
| 197 | FunctionType *getFunctionType() const { return m_functionType; } |
| 198 | |
| 199 | protected: |
| 200 | uint32_t m_uniqueId; /*!< Function unique id. */ |
no outgoing calls
no test coverage detected