| 52 | } |
| 53 | |
| 54 | TreeBuilder::TreeBuilder(Execution &ex) : m_execution(ex) |
| 55 | { |
| 56 | std::cerr << " TreeBuilder()\n"; |
| 57 | startBuilding(); |
| 58 | } |
| 59 | |
| 60 | void TreeBuilder::startBuilding() |
| 61 | { |
nothing calls this directly
no outgoing calls
no test coverage detected