| 81 | const aimrt::common::util::LoggerWrapper& GetLogger() const { return *logger_ptr_; } |
| 82 | |
| 83 | const aimrt_executor_manager_base_t* NativeHandle() const { return &base_; } |
| 84 | |
| 85 | private: |
| 86 | const aimrt_executor_base_t* GetExecutor(aimrt_string_view_t executor_name) const { |
nothing calls this directly
no outgoing calls
no test coverage detected