| 177 | } |
| 178 | |
| 179 | void |
| 180 | increment(int handle, int step = 1) override |
| 181 | { |
| 182 | TSStatIntIncrement(g_stat_indices[handle], step); |
| 183 | } |
| 184 | }; |
| 185 | |
| 186 | static bool checkHeaderValue(TSMBuffer bufp, TSMLoc hdr_loc, const char *name, int name_len, const char *exp_value = nullptr, |
no test coverage detected