| 168 | TreeNode(std::string name, NodeConfig config); |
| 169 | |
| 170 | TreeNode(const TreeNode& other) = delete; |
| 171 | TreeNode& operator=(const TreeNode& other) = delete; |
| 172 | |
| 173 | TreeNode(TreeNode&& other) noexcept; |
nothing calls this directly
no outgoing calls
no test coverage detected