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

Method increment

plugins/esi/esi.cc:179–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

incrementFunction · 0.45
handleInputCompleteMethod · 0.45

Calls 1

TSStatIntIncrementFunction · 0.85

Tested by

no test coverage detected