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

Method ProxyBase

src/interface/aimrt_module_cpp_interface/rpc/rpc_handle.h:274–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

272class ProxyBase {
273 public:
274 ProxyBase(RpcHandleRef rpc_handle_ref, std::string_view rpc_type, std::string_view service_name)
275 : rpc_handle_ref_(rpc_handle_ref), rpc_type_(rpc_type), service_name_(service_name) {}
276 virtual ~ProxyBase() = default;
277
278 ProxyBase(const ProxyBase&) = delete;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected