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

Method calcInitialCapacity

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

Calculates the initial buffer capacity for rendering this GString. @return the initial capacity

()

Source from the content-addressed store, hash-verified

188 * @return the initial capacity
189 */
190 protected int calcInitialCapacity() {
191 return GStringUtil.calcInitialCapacityImpl(values, getStrings());
192 }
193
194 /**
195 * {@inheritDoc}

Callers 1

toStringMethod · 0.95

Calls 2

getStringsMethod · 0.95

Tested by

no test coverage detected