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

Method SetToAddr

src/interface/aimrt_module_cpp_interface/rpc/rpc_context.h:111–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109 return GetMetaValue(AIMRT_RPC_CONTEXT_KEY_TO_ADDR);
110 }
111 void SetToAddr(std::string_view val) {
112 SetMetaValue(AIMRT_RPC_CONTEXT_KEY_TO_ADDR, val);
113 }
114
115 std::string_view GetSerializationType() const {
116 return GetMetaValue(AIMRT_RPC_CONTEXT_KEY_SERIALIZATION_TYPE);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected