Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ ~Key
Method
~Key
plugins/experimental/inliner/cache.h:37–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
{
36
struct Key {
37
~Key()
38
{
39
assert(key_ != nullptr);
40
TSCacheKeyDestroy(key_);
41
}
42
43
Key() : key_(TSCacheKeyCreate()) { assert(key_ != nullptr); }
44
Key(const Key &) = delete;
Callers
nothing calls this directly
Calls
1
TSCacheKeyDestroy
Function · 0.85
Tested by
no test coverage detected