Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/amazon-ion/ion-java
/ struct
Method
struct
src/test/java/com/amazon/ion/IonTestCase.java:503–506 ·
view source on GitHub ↗
(String text)
Source
from the content-addressed store, hash-verified
501
}
502
503
public
IonStruct struct(String text)
504
{
505
return
(IonStruct) oneValue(text);
506
}
507
508
509
public
void
putParsedValue(IonStruct struct,
Callers
15
testPutAfterUnknownFieldName
Method · 0.80
testContainsKey
Method · 0.80
testContainsValue
Method · 0.80
testPutAll
Method · 0.80
testCloneAndRemove
Method · 0.80
testCloneAndRemoveWithManyFields
Method · 0.80
testCloneAndRemoveOnNullStruct
Method · 0.80
testCloneAndRemoveOnEmptyStruct
Method · 0.80
testCloneAndRemoveWithSpecialFieldNames
Method · 0.80
testCloneAndRemoveWithUnknownFieldNameOnRoot
Method · 0.80
testCloneAndRemoveWithUnknownFieldNameOnField
Method · 0.80
testCloneAndRemoveWithUnknownSymbolTextOnField
Method · 0.80
Calls
1
oneValue
Method · 0.95
Tested by
no test coverage detected