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

Method packNodeList

plugins/esi/lib/EsiProcessor.h:95–99  ·  view source on GitHub ↗

returns packed version of document currently being processed */

Source from the content-addressed store, hash-verified

93
94 /** returns packed version of document currently being processed */
95 void
96 packNodeList(std::string &buffer, bool retain_buffer_data)
97 {
98 return _node_list.pack(buffer, retain_buffer_data);
99 }
100
101 /** Unpacks previously parsed and packed ESI node list from given
102 * buffer and preps for process(); Unpacked document will point to

Callers 1

cacheNodeListFunction · 0.80

Calls 1

packMethod · 0.45

Tested by

no test coverage detected