Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ pack
Method
pack
plugins/esi/common/DocNode.h:39–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
{
38
public:
39
inline void
40
pack(std::string &buffer, bool retain_buffer_data = false) const
41
{
42
if (!retain_buffer_data) {
43
buffer.clear();
44
}
45
packToBuffer(buffer);
46
}
47
48
inline std::string
49
pack() const
Callers
nothing calls this directly
Calls
2
pack
Function · 0.85
clear
Method · 0.45
Tested by
no test coverage detected