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

Method decrement

src/tscpp/api/Stat.cc:102–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100}
101
102void
103Stat::decrement(int64_t amount)
104{
105 if (stat_id_ == TS_ERROR) {
106 return;
107 }
108
109 TSStatIntDecrement(stat_id_, amount);
110}

Callers 1

TSStatIntDecrementFunction · 0.45

Calls 1

TSStatIntDecrementFunction · 0.85

Tested by

no test coverage detected