Searched refs:optRpcAuthorName (Results 1 – 1 of 1) sorted by relevance
116 std::optional<string> optRpcAuthorName; in getHardwareInfo() local120 !(optRpcAuthorName = cbor_.getByteArrayStr(item, 2)) || in getHardwareInfo()128 info->rpcAuthorName = std::move(optRpcAuthorName.value()); in getHardwareInfo()