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

Method unpack

plugins/esi/common/DocNode.h:58–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 bool unpack(const char *data, int data_len);
57
58 inline bool
59 unpack(const std::string &data)
60 {
61 return unpack(data.data(), data.size());
62 }
63
64private:
65 void packToBuffer(std::string &buffer) const;

Callers

nothing calls this directly

Calls 3

unpackFunction · 0.85
dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected