MCPcopy Create free account
hub / github.com/rambaut/figtree / hasLengths

Method hasLengths

src/figtree/treeviewer/ReRootedTree.java:235–237  ·  view source on GitHub ↗

@return Whether this tree has branch lengths available

()

Source from the content-addressed store, hash-verified

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.

Callers 3

setTreeMethod · 0.80
appendTreeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected