| 40 | explicit operator bool() const { return (base_ptr_ != nullptr); } |
| 41 | |
| 42 | const aimrt_core_base_t* NativeHandle() const { return base_ptr_; } |
| 43 | |
| 44 | ModuleInfo Info() const { |
| 45 | AIMRT_ASSERT(base_ptr_, "Reference is null."); |
nothing calls this directly
no outgoing calls
no test coverage detected