MCPcopy Create free account
hub / github.com/amazon-ion/ion-java / unwrap

Method unwrap

src/test/java/com/amazon/ion/TextTestCase.java:32–35  ·  view source on GitHub ↗
(IonValue value)

Source from the content-addressed store, hash-verified

30 }
31
32 protected String unwrap(IonValue value)
33 {
34 return ((IonText) value).stringValue();
35 }
36
37 @Test
38 public void testUnicodeEscapes()

Callers 1

testEscapeMethod · 0.95

Calls 1

stringValueMethod · 0.65

Tested by

no test coverage detected