Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/amazon-ion/ion-java
/ oneSexp
Method
oneSexp
src/test/java/com/amazon/ion/IonTestCase.java:498–501 ·
view source on GitHub ↗
(String text)
Source
from the content-addressed store, hash-verified
496
}
497
498
public
IonSexp oneSexp(String text)
499
{
500
return
(IonSexp) oneValue(text);
501
}
502
503
public
IonStruct struct(String text)
504
{
Callers
1
testNestedSystemId
Method · 0.80
Calls
1
oneValue
Method · 0.95
Tested by
no test coverage detected