Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
evaluate
Function · 0.85
data
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected