MCPcopy Create free account
hub / github.com/ddf-project/DDF / load

Method load

core/src/main/java/io/ddf/DDFManager.java:608–610  ·  view source on GitHub ↗
(String namespace, String name)

Source from the content-addressed store, hash-verified

606 }
607
608 public IPersistible load(String namespace, String name) throws DDFException {
609 return this.getDummyDDF().getPersistenceHandler().load(namespace, name);
610 }
611
612 public IPersistible load(PersistenceUri uri) throws DDFException {
613 return this.getDummyDDF().getPersistenceHandler().load(uri);

Callers

nothing calls this directly

Calls 3

getDummyDDFMethod · 0.95
getPersistenceHandlerMethod · 0.80
loadMethod · 0.65

Tested by

no test coverage detected