Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
64
private:
65
void packToBuffer(std::string &buffer) const;
Callers
nothing calls this directly
Calls
3
unpack
Function · 0.85
data
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected