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

Method Get

src/brpc/memcache.cpp:284–286  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

282}
283
284bool MemcacheRequest::Get(const butil::StringPiece& key) {
285 return GetOrDelete(policy::MC_BINARY_GET, key);
286}
287
288bool MemcacheRequest::Delete(const butil::StringPiece& key) {
289 return GetOrDelete(policy::MC_BINARY_DELETE, key);

Callers 1

FindSpanFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected