| 107 | } |
| 108 | |
| 109 | RuleSet * |
| 110 | rule(int hook) const |
| 111 | { |
| 112 | return _rules[hook]; |
| 113 | } |
| 114 | |
| 115 | bool parse_config(const std::string &fname, TSHttpHookID default_hook, char *from_url = nullptr, char *to_url = nullptr); |
| 116 |
no outgoing calls
no test coverage detected