Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
221
template <typename T>
222
Node *
223
Tree<T>::find_shadow(uint32_t id, bool *is_max_leaf)
224
{
225
return _find(_root, id, 1, is_max_leaf);
226
}
227
228
template <typename T>
229
Node *
Callers
1
test_Http2DependencyTree.cc
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected