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

Method dump_tree

include/proxy/http2/Http2DependencyTree.h:138–142  ·  view source on GitHub ↗

* Dump the priority tree relationships in JSON form for debugging */

Source from the content-addressed store, hash-verified

136 * Dump the priority tree relationships in JSON form for debugging
137 */
138 void
139 dump_tree(std::ostream &output) const
140 {
141 _dump(_root, output);
142 }
143 void add_ancestor(Node *node);
144 uint32_t was_ancestor(uint32_t id) const;
145

Callers 2

rcv_priority_frameMethod · 0.80
delete_streamMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected