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

Method getDummyDDF

core/src/main/java/io/ddf/DDFManager.java:331–334  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

329 private DDF mDummyDDF;
330
331 protected DDF getDummyDDF() throws DDFException {
332 if (mDummyDDF == null) mDummyDDF = this.newDDF(this);
333 return mDummyDDF;
334 }
335
336 // /**
337 // * Instantiates a new DDF of the type specified in ddf.ini as "DDF".

Callers 4

sql2ddfMethod · 0.95
sqlMethod · 0.95
unpersistMethod · 0.95
loadMethod · 0.95

Calls 1

newDDFMethod · 0.95

Tested by

no test coverage detected