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

Method reprioritize

include/proxy/http2/Http2DependencyTree.h:396–405  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

394
395template <typename T>
396Node *
397Tree<T>::reprioritize(uint32_t id, uint32_t new_parent_id, bool exclusive)
398{
399 Node *node = find(id);
400 if (node == nullptr) {
401 return node;
402 }
403
404 return reprioritize(node, new_parent_id, exclusive);
405}
406
407template <typename T>
408Node *

Callers 2

rcv_priority_frameMethod · 0.80

Calls 3

removeFunction · 0.85
is_shadowMethod · 0.80
emptyMethod · 0.45

Tested by

no test coverage detected