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

Method getFromInt

src/main/java/groovy/lang/IntRange.java:383–385  ·  view source on GitHub ↗

Gets the 'from' value as a primitive integer. @return the 'from' value as a primitive integer.

()

Source from the content-addressed store, hash-verified

381 * @return the 'from' value as a primitive integer.
382 */
383 public int getFromInt() {
384 return getFrom();
385 }
386
387 /**
388 * Gets the 'to' value as a primitive integer.

Callers 3

xgetAtMethod · 0.80
getAtMethod · 0.80
fromMethod · 0.80

Calls 1

getFromMethod · 0.95

Tested by

no test coverage detected