@return Whether this tree has branch lengths available
()
| 233 | * @return Whether this tree has branch lengths available |
| 234 | */ |
| 235 | public boolean hasLengths() { |
| 236 | return hasLengths; |
| 237 | } |
| 238 | |
| 239 | /** |
| 240 | * @param node the node whose branch length (to its parent) is being requested. |
no outgoing calls
no test coverage detected