Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
{
Callers
15
registerSharedSymtab
Method · 0.95
testNewLoaderDefaultCatalog
Method · 0.80
testNewLoaderNullCatalog
Method · 0.80
testNewDatagramWithImports
Method · 0.80
testFlushingUnlockedSymtabWithImports
Method · 0.80
testFlushingUnlockedSymtabWithImportsWithLSTAppend
Method · 0.80
testCopyLSTWithSubstitutedImports
Method · 0.80
testCopyLSTOnImport
Method · 0.80
testCopyLSTWithImports
Method · 0.80
testConstructionWithSharedSymtab
Method · 0.80
testConstructionWithLocalSymbolsAndOneImports
Method · 0.80
testConstructionWithLocalSymbolsAndTwoImports
Method · 0.80
Calls
2
system
Method · 0.95
getCatalog
Method · 0.65
Tested by
no test coverage detected