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

Method markParentUp

include/proxy/ParentSelection.h:400–407  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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)

Callers

nothing calls this directly

Calls 1

is_api_resultMethod · 0.80

Tested by

no test coverage detected