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

Method has_operator

plugins/header_rewrite/ruleset.h:72–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70 ResourceIDs get_all_resource_ids() const;
71
72 bool
73 has_operator() const
74 {
75 return (nullptr != _operators[0].oper) || (nullptr != _operators[1].oper);
76 }
77
78 void
79 set_hook(TSHttpHookID hook)

Callers 1

add_ruleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected