MCPcopy Create free account
hub / github.com/apache/trafficserver / key

Method key

plugins/experimental/memcache/tsmemcache.h:71–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69 uint64_t cas;
70 uint64_t nbytes;
71 char *
72 key()
73 {
74 return (reinterpret_cast<char *>(this)) + sizeof(MCCacheHeader);
75 }
76 int
77 len()
78 {

Callers 1

tsmemcache.ccFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected