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

Method contains

include/proxy/ParentSelection.h:100–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98 ~SimpleRetryResponseCodes(){};
99
100 bool
101 contains(int code)
102 {
103 return binary_search(codes.begin(), codes.end(), code);
104 }
105
106private:
107 std::vector<int> codes;

Callers 1

response_is_retryableMethod · 0.45

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected