| 398 | } |
| 399 | |
| 400 | void |
| 401 | markParentUp(ParentResult *result) |
| 402 | { |
| 403 | if (!result->is_api_result()) { |
| 404 | ink_release_assert(result != nullptr); |
| 405 | result->rec->selection_strategy->markParentUp(result); |
| 406 | } |
| 407 | } |
| 408 | |
| 409 | uint32_t |
| 410 | numParents(ParentResult *result) |
nothing calls this directly
no test coverage detected