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

Method find

include/proxy/http2/Http2DependencyTree.h:229–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227
228template <typename T>
229Node *
230Tree<T>::find(uint32_t id, bool *is_max_leaf)
231{
232 Node *n = _find(_root, id, 1, is_max_leaf);
233 return n == nullptr ? nullptr : (n->is_shadow() ? nullptr : n);
234}
235
236template <typename T>
237void

Callers 2

_GetTrieMethod · 0.45
is_url_pushedMethod · 0.45

Calls 1

is_shadowMethod · 0.80

Tested by

no test coverage detected