MCPcopy Create free account
hub / github.com/Tencent/phxqueue / AddrScalesToString

Function AddrScalesToString

phxqueue/comm/utils/addr_util.cpp:63–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63string AddrScalesToString(const google::protobuf::RepeatedPtrField
64 <proto::AddrScale> &addr_scales) {
65 string s;
66 for (const auto &addr_scale : addr_scales) {
67 s += AddrScaleToString(addr_scale) + ";";
68 }
69
70 return s;
71}
72
73
74} // namespace utils

Callers 1

TestGetAddrScaleFunction · 0.85

Calls 1

AddrScaleToStringFunction · 0.85

Tested by 1

TestGetAddrScaleFunction · 0.68