* Dump the priority tree relationships in JSON form for debugging */
| 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 |
no outgoing calls
no test coverage detected