Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
run
Method · 0.80
ensureResultOK
Method · 0.80
setExcludePackageNames
Method · 0.80
execute
Method · 0.80
execGroovy
Method · 0.80
print
Method · 0.80
filterNewlines
Method · 0.80
wc
Method · 0.80
deserialize
Method · 0.80
removeTrailingSemi
Method · 0.80
complete
Method · 0.80
complete
Method · 0.80
Calls
1
toString
Method · 0.95
Tested by
5
ensureResultOK
Method · 0.64
resolveExcludes
Method · 0.64
testCommentExtraction
Method · 0.64
normalizeWhitespace
Method · 0.64
testJsonInternalExceptionWrappingCause
Method · 0.64