Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
106
private:
107
std::vector<int> codes;
Callers
1
response_is_retryable
Method · 0.45
Calls
2
begin
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected