Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ check_name
Function
check_name
tests/tools/plugins/ssl_client_verify_test.cc:48–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
46
std::map<std::string, int> good_names;
47
48
bool
49
check_name(const std::string &name)
50
{
51
auto entry = good_names.find(name);
52
return entry != good_names.end();
53
}
54
55
bool
56
check_names(X509 *cert)
Callers
1
check_names
Function · 0.85
Calls
2
find
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected