MCPcopy 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
55template <typename T>
56inline void
57unpackItem(const char *&packed_data, T &item)
58{
59 item = *(reinterpret_cast<const T *>(packed_data));
60 packed_data += sizeof(T);
61}
62
63void
64DocNode::pack(string &buffer) const

Callers 1

unpackMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected