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

Method find_shadow

include/proxy/http2/Http2DependencyTree.h:222–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220
221template <typename T>
222Node *
223Tree<T>::find_shadow(uint32_t id, bool *is_max_leaf)
224{
225 return _find(_root, id, 1, is_max_leaf);
226}
227
228template <typename T>
229Node *

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected