Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ unpackItem
Function
unpackItem
plugins/esi/common/DocNode.cc:56–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
54
55
template <typename T>
56
inline void
57
unpackItem(const char *&packed_data, T &item)
58
{
59
item = *(reinterpret_cast<const T *>(packed_data));
60
packed_data += sizeof(T);
61
}
62
63
void
64
DocNode::pack(string &buffer) const
Callers
1
unpack
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected