Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
102
void
103
Stat::decrement(int64_t amount)
104
{
105
if (stat_id_ == TS_ERROR) {
106
return;
107
}
108
109
TSStatIntDecrement(stat_id_, amount);
110
}
Callers
1
TSStatIntDecrement
Function · 0.45
Calls
1
TSStatIntDecrement
Function · 0.85
Tested by
no test coverage detected