* @brief The structure to hold Nodes of the tree. * @param data Value that will be stored in the node. * @param left follow up left subtree. * @param right follow up right subtree. */
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected