Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ get
Method
get
src/tscpp/api/Stat.cc:82–90 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
80
}
81
82
int64_t
83
Stat::get() const
84
{
85
if (stat_id_ == TS_ERROR) {
86
return 0;
87
}
88
89
return TSStatIntGet(stat_id_);
90
}
91
92
void
93
Stat::increment(int64_t amount)
Callers
nothing calls this directly
Calls
1
TSStatIntGet
Function · 0.85
Tested by
no test coverage detected