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

Method get_oper_modifiers

plugins/header_rewrite/operator.cc:26–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24#include "operator.h"
25
26OperModifiers
27Operator::get_oper_modifiers() const
28{
29 if (_next) {
30 return static_cast<OperModifiers>(_mods | static_cast<Operator *>(_next)->get_oper_modifiers());
31 }
32
33 return _mods;
34}
35
36void
37Operator::initialize(Parser &p)

Callers 1

add_operatorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected