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

Method Key

plugins/experimental/inliner/cache.h:43–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41 }
42
43 Key() : key_(TSCacheKeyCreate()) { assert(key_ != nullptr); }
44 Key(const Key &) = delete;
45 Key &operator=(const Key &) = delete;
46

Callers

nothing calls this directly

Calls 4

TSCacheKeyCreateFunction · 0.85
TSCacheKeyDigestSetFunction · 0.85
c_strMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected