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

Method trim

src/main/java/org/codehaus/groovy/runtime/GStringImpl.java:148–150  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

146 }
147
148 public String trim() {
149 return toString().trim();
150 }
151
152 public boolean isEmpty() {
153 return toString().isEmpty();

Callers 15

runMethod · 0.80
ensureResultOKMethod · 0.80
executeMethod · 0.80
execGroovyMethod · 0.80
printMethod · 0.80
filterNewlinesMethod · 0.80
wcMethod · 0.80
deserializeMethod · 0.80
removeTrailingSemiMethod · 0.80
completeMethod · 0.80
completeMethod · 0.80

Calls 1

toStringMethod · 0.95

Tested by 5

ensureResultOKMethod · 0.64
resolveExcludesMethod · 0.64
testCommentExtractionMethod · 0.64
normalizeWhitespaceMethod · 0.64