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

Method build

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

{@inheritDoc}

(final GroovyObject builder)

Source from the content-addressed store, hash-verified

203 * {@inheritDoc}
204 */
205 @Override
206 public void build(final GroovyObject builder) {
207 GStringUtil.buildImpl(builder, values, getStrings());
208 }
209
210 /**
211 * {@inheritDoc}

Callers

nothing calls this directly

Calls 2

buildImplMethod · 0.95
getStringsMethod · 0.95

Tested by

no test coverage detected