MCPcopy Index your code
hub / github.com/apache/groovy / writeTo

Method writeTo

src/main/java/groovy/lang/GString.java:197–200  ·  view source on GitHub ↗

{@inheritDoc}

(Writer out)

Source from the content-addressed store, hash-verified

195 * {@inheritDoc}
196 */
197 @Override
198 public Writer writeTo(Writer out) throws IOException {
199 return GStringUtil.writeToImpl(out, values, getStrings());
200 }
201
202 /**
203 * {@inheritDoc}

Callers 1

toStringMethod · 0.95

Calls 2

writeToImplMethod · 0.95
getStringsMethod · 0.95

Tested by

no test coverage detected