MCPcopy Create free account
hub / github.com/apache/trafficserver / Pair

Class Pair

include/tscore/EnumDescriptor.h:41–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39{
40public:
41 struct Pair {
42 std::string_view key;
43 int value;
44 };
45 TsEnumDescriptor(std::initializer_list<Pair> pairs) : values{pairs.size(), &TsLuaConfigSVHash}, keys{pairs.size()}
46 {
47 for (auto &p : pairs) {

Callers 1

parseMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected