MCPcopy 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

46std::map<std::string, int> good_names;
47
48bool
49check_name(const std::string &name)
50{
51 auto entry = good_names.find(name);
52 return entry != good_names.end();
53}
54
55bool
56check_names(X509 *cert)

Callers 1

check_namesFunction · 0.85

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected