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

Function TSStatIntDecrement

src/api/InkAPI.cc:6262–6267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6260}
6261
6262void
6263TSStatIntDecrement(int id, TSMgmtInt amount)
6264{
6265 sdk_assert(sdk_sanity_check_stat_id(id) == TS_SUCCESS);
6266 global_api_metrics.decrement(id, amount);
6267}
6268
6269TSMgmtInt
6270TSStatIntGet(int id)

Callers 4

decrementMethod · 0.85
decrementStatMethod · 0.85
ts_lua_stat_decrementFunction · 0.85

Calls 2

sdk_sanity_check_stat_idFunction · 0.85
decrementMethod · 0.45

Tested by

no test coverage detected