MCPcopy 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
82int64_t
83Stat::get() const
84{
85 if (stat_id_ == TS_ERROR) {
86 return 0;
87 }
88
89 return TSStatIntGet(stat_id_);
90}
91
92void
93Stat::increment(int64_t amount)

Callers

nothing calls this directly

Calls 1

TSStatIntGetFunction · 0.85

Tested by

no test coverage detected