MCPcopy Create free account
hub / github.com/apache/trafficserver / value

Method value

plugins/experimental/txn_box/plugin/src/stats.cc:257–262  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

255 }
256
257 Feature
258 value()
259 {
260 auto n{this->index()};
261 return n < 0 ? NIL_FEATURE : feature_type_for<INTEGER>{ts::plugin_stat_value(_idx)};
262 }
263
264 Stat &
265 update(feature_type_for<INTEGER> value)

Callers 1

extractMethod · 0.45

Calls 2

indexMethod · 0.95
plugin_stat_valueFunction · 0.85

Tested by

no test coverage detected