MCPcopy Create free account
hub / github.com/AimRT/AimRT / NativeHandle

Method NativeHandle

src/runtime/core/executor/executor_proxy.h:83–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected