Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/amazon-ion/ion-java
/ printed
Method
printed
src/test/java/com/amazon/ion/TextTestCase.java:27–30 ·
view source on GitHub ↗
(String ionText)
Source
from the content-addressed store, hash-verified
25
protected
abstract String wrap(String ionText);
26
27
protected
String printed(String ionText)
28
{
29
return
wrap(ionText);
30
}
31
32
protected
String unwrap(IonValue value)
33
{
Callers
1
testEscape
Method · 0.95
Calls
1
wrap
Method · 0.95
Tested by
no test coverage detected