MCPcopy Create free account
hub / github.com/apache/brpc / operator()

Method operator()

src/brpc/http_method.cpp:67–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65
66struct LessThanByName {
67 bool operator()(const HttpMethodPair& p1, const HttpMethodPair& p2) const {
68 return strcasecmp(p1.str, p2.str) < 0;
69 }
70};
71
72static void BuildHttpMethodMaps() {

Callers

nothing calls this directly

Calls 1

strcasecmpFunction · 0.85

Tested by

no test coverage detected