()
| 664 | } |
| 665 | |
| 666 | func (tree B2DynamicTree) ComputeTotalHeight() int { |
| 667 | return tree.ComputeHeight(tree.M_root) |
| 668 | } |
| 669 | |
| 670 | func (tree B2DynamicTree) ValidateStructure(index int) { |
| 671 | if index == B2_nullNode { |
nothing calls this directly
no test coverage detected