MCPcopy Create free account
hub / github.com/amazon-ion/ion-java / catalog

Method catalog

src/test/java/com/amazon/ion/IonTestCase.java:313–320  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

311 }
312
313 protected SimpleCatalog catalog()
314 {
315 if (myCatalog == null)
316 {
317 myCatalog = (SimpleCatalog) system().getCatalog();
318 }
319 return myCatalog;
320 }
321
322 protected IonLoader loader()
323 {

Calls 2

systemMethod · 0.95
getCatalogMethod · 0.65

Tested by

no test coverage detected