| 640 | } |
| 641 | |
| 642 | WasmResult |
| 643 | Context::getMetric(uint32_t metric_id, uint64_t *value_ptr) |
| 644 | { |
| 645 | *value_ptr = TSStatIntGet(metric_id); |
| 646 | return WasmResult::Ok; |
| 647 | } |
| 648 | |
| 649 | // Properties |
| 650 | WasmResult |
nothing calls this directly
no test coverage detected