Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
TSCacheKeyCreate
Function · 0.85
TSCacheKeyDigestSet
Function · 0.85
c_str
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected