| 350 | } |
| 351 | |
| 352 | void |
| 353 | BgFetchState::setMetric(PrefetchMetric m, size_t value) |
| 354 | { |
| 355 | if (-1 != _metrics[m].id) { |
| 356 | TSStatIntSet(_metrics[m].id, value); |
| 357 | } |
| 358 | } |
| 359 | |
| 360 | inline TSTextLogObject |
| 361 | BgFetchState::getLog() |
nothing calls this directly
no test coverage detected