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

Method wrapAndParse

src/test/java/com/amazon/ion/StructTest.java:75–80  ·  view source on GitHub ↗
(String... children)

Source from the content-addressed store, hash-verified

73 }
74
75 @Override
76 protected IonStruct wrapAndParse(String... children)
77 {
78 String text = wrap(children);
79 return (IonStruct) system().singleValue(text);
80 }
81
82 @Override
83 protected IonStruct wrap(IonValue... children)

Callers

nothing calls this directly

Calls 3

wrapMethod · 0.95
singleValueMethod · 0.65
systemMethod · 0.45

Tested by

no test coverage detected