* @brief Get native handle * * @return Native handle */
| 57 | * @return Native handle |
| 58 | */ |
| 59 | const aimrt_module_base_t* NativeHandle() const { return &base_; } |
| 60 | |
| 61 | private: |
| 62 | static aimrt_module_base_t GenBase(void* impl) { |
nothing calls this directly
no outgoing calls
no test coverage detected