| 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); |
nothing calls this directly
no outgoing calls
no test coverage detected