MCPcopy Create free account
hub / github.com/apache/brpc / GetQuery

Method GetQuery

src/brpc/uri.h:107–108  ·  view source on GitHub ↗

Get the value of a CASE-SENSITIVE key. Returns pointer to the value, NULL when the key does not exist.

Source from the content-addressed store, hash-verified

105 // Get the value of a CASE-SENSITIVE key.
106 // Returns pointer to the value, NULL when the key does not exist.
107 const std::string* GetQuery(const char* key) const
108 { return get_query_map().seek(key); }
109 const std::string* GetQuery(const std::string& key) const
110 { return get_query_map().seek(key); }
111

Callers 15

default_methodMethod · 0.80
EchoMethod · 0.80
ListMethod · 0.80
TESTFunction · 0.80
JeControlProfileFunction · 0.80
default_methodMethod · 0.80
default_methodMethod · 0.80
ReadSecondsFunction · 0.80
UseHTMLFunction · 0.80
default_methodMethod · 0.80
default_methodMethod · 0.80
default_methodMethod · 0.80

Calls 1

seekMethod · 0.45

Tested by 3

EchoMethod · 0.64
ListMethod · 0.64
TESTFunction · 0.64