Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/amazon-ion/ion-java
/ system
Method
system
src/test/java/com/amazon/ion/CloneTest.java:405–408 ·
view source on GitHub ↗
@return the singleton IonSystem
()
Source
from the content-addressed store, hash-verified
403
* @
return
the singleton IonSystem
404
*/
405
private
static
_Private_IonSystem system()
406
{
407
return
PRIVATE_ION_SYSTEM;
408
}
409
}
Callers
15
assertSystemCloneable
Method · 0.95
testIonValueCloneWithUnknownSymbolText
Method · 0.95
testValueFactoryCloneWithUnknownSymbolText
Method · 0.95
testDifferentValueFactoryCloneWithUnknownSymbolText
Method · 0.95
testIonValueCloneWithUnknownAnnotationText
Method · 0.95
testValueFactoryCloneWithUnknownAnnotationText
Method · 0.95
testDifferentValueFactoryCloneWithUnknownAnnotationText
Method · 0.95
testIonValueCloneWithUnknownFieldNameText
Method · 0.95
testValueFactoryCloneWithUnknownFieldNameText
Method · 0.95
testDifferentValueFactoryCloneWithUnknownFieldNameText
Method · 0.95
cloneEmptyContainer
Method · 0.95
cloneEmptyNestedContainer
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected