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

Method getMetric

plugins/experimental/wasm/ats_context.cc:642–647  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

640}
641
642WasmResult
643Context::getMetric(uint32_t metric_id, uint64_t *value_ptr)
644{
645 *value_ptr = TSStatIntGet(metric_id);
646 return WasmResult::Ok;
647}
648
649// Properties
650WasmResult

Callers

nothing calls this directly

Calls 1

TSStatIntGetFunction · 0.85

Tested by

no test coverage detected