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

Function getAttribute

plugins/esi/common/Utils.h:45–49  ·  view source on GitHub ↗

less specialized version of method above

Source from the content-addressed store, hash-verified

43
44 // less specialized version of method above
45 inline bool
46 getAttribute(const std::string &data, const char *attr, Attribute &attr_info)
47 {
48 return getAttribute(data, std::string(attr), 0, data.size(), attr_info);
49 }
50
51 // trims leading and trailing white space; input arguments
52 // will be modified to reflect trimmed data

Callers 3

_processIncludeTagMethod · 0.85
_processWhenTagMethod · 0.85

Calls 2

stringClass · 0.85
sizeMethod · 0.45

Tested by

no test coverage detected