MCPcopy 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
72void
73Stat::set(int64_t value)
74{
75 if (stat_id_ == TS_ERROR) {
76 return;
77 }
78
79 TSStatIntSet(stat_id_, value);
80}
81
82int64_t
83Stat::get() const

Callers 2

runMethod · 0.45
setHostMethod · 0.45

Calls 1

TSStatIntSetFunction · 0.85

Tested by

no test coverage detected