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

Method doLoad

core/src/main/java/io/ddf/DDFManager.java:597–599  ·  view source on GitHub ↗
(String uri)

Source from the content-addressed store, hash-verified

595 }
596
597 public static IPersistible doLoad(String uri) throws DDFException {
598 return doLoad(new PersistenceUri(uri));
599 }
600
601 public static IPersistible doLoad(PersistenceUri uri) throws DDFException {
602 if (uri == null) throw new DDFException("URI cannot be null");

Callers

nothing calls this directly

Calls 4

getMethod · 0.95
fromStringMethod · 0.95
getEngineMethod · 0.65
loadMethod · 0.65

Tested by

no test coverage detected