Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ set
Method
set
src/tscpp/api/Stat.cc:72–80 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
70
}
71
72
void
73
Stat::set(int64_t value)
74
{
75
if (stat_id_ == TS_ERROR) {
76
return;
77
}
78
79
TSStatIntSet(stat_id_, value);
80
}
81
82
int64_t
83
Stat::get() const
Callers
2
run
Method · 0.45
setHost
Method · 0.45
Calls
1
TSStatIntSet
Function · 0.85
Tested by
no test coverage detected