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

Method evaluate

plugins/esi/lib/Expression.h:52–56  ·  view source on GitHub ↗

convenient alternative for method above */

Source from the content-addressed store, hash-verified

50
51 /** convenient alternative for method above */
52 bool
53 evaluate(const std::string &expr)
54 {
55 return evaluate(expr.data(), expr.size());
56 }
57
58 ~Expression(){};
59

Callers

nothing calls this directly

Calls 3

evaluateFunction · 0.85
dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected