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

Method exportTrees

src/figtree/application/JSONTreeExporter.java:180–183  ·  view source on GitHub ↗
(Collection<? extends Tree> trees)

Source from the content-addressed store, hash-verified

178 }
179
180 @Override
181 public void exportTrees(Collection<? extends Tree> trees) throws IOException {
182 writeTrees(trees);
183 }
184
185 final private String nameRegex = "^(\\w|-)+$";
186

Callers 3

writeTreeFileMethod · 0.95
exportTreeMethod · 0.95
writeToFileMethod · 0.80

Calls 1

writeTreesMethod · 0.95

Tested by

no test coverage detected