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

Method loader

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

Source from the content-addressed store, hash-verified

320 }
321
322 protected IonLoader loader()
323 {
324 if (myLoader == null)
325 {
326 myLoader = system().getLoader();
327 }
328 return myLoader;
329 }
330
331
332 /**

Callers 15

loadMethod · 0.95
reloadMethod · 0.95
encodeMethod · 0.95
prepareMethod · 0.80
prepareMethod · 0.80
testSyntheticSymbolsMethod · 0.80
loadMethod · 0.80
loadOneValueMethod · 0.80

Calls 2

systemMethod · 0.95
getLoaderMethod · 0.65

Tested by

no test coverage detected