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

Method value

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

Source from the content-addressed store, hash-verified

221
222 butil::StringPiece key() { return _qs.key();}
223 butil::StringPiece value() { return _qs.value(); }
224 butil::StringPiece key_and_value() { return _qs.key_and_value(); }
225
226 // Move splitter forward.

Callers 15

EchoMethod · 0.45
senderFunction · 0.45
EchoMethod · 0.45
DumpMethod · 0.45
NextMethod · 0.45
OpenMethod · 0.45
RemoveSpansBeforeMethod · 0.45
FindSpansFunction · 0.45
ListSpansFunction · 0.45
ParseQueriesFunction · 0.45
operator==Function · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected