MCPcopy Create free account
hub / github.com/BirolLab/RNA-Bloom / saveGraph

Method saveGraph

src/rnabloom/RNABloom.java:266–268  ·  view source on GitHub ↗
(File f)

Source from the content-addressed store, hash-verified

264 }
265
266 public void saveGraph(File f) throws IOException {
267 graph.save(f);
268 }
269
270 public void restoreGraph(File f, boolean loadDbgBits) throws IOException {
271 if (graph != null) {

Callers 1

mainMethod · 0.95

Calls 1

saveMethod · 0.45

Tested by

no test coverage detected