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

Method parse

plugins/esi/lib/EsiParser.h:74–78  ·  view source on GitHub ↗

convenient alternative to method above */

Source from the content-addressed store, hash-verified

72
73 /** convenient alternative to method above */
74 bool
75 parse(EsiLib::DocNodeList &node_list, const std::string &ext_data) const
76 {
77 return parse(node_list, ext_data.data(), ext_data.size());
78 }
79
80 virtual ~EsiParser();
81

Callers

nothing calls this directly

Calls 3

parseFunction · 0.85
dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected