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

Method top

include/proxy/http2/Http2DependencyTree.h:522–526  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

520
521template <typename T>
522Node *
523Tree<T>::top()
524{
525 return _top(_root);
526}
527
528template <typename T>
529void

Callers 2

removeMethod · 0.45
_topMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected