Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/apache/groovy
/ toString
Method
toString
src/main/java/groovy/lang/GString.java:72–75 ·
view source on GitHub ↗
{@inheritDoc}
()
Source
from the content-addressed store, hash-verified
70
* {@inheritDoc}
71
*/
72
@Override
73
public
String toString() {
74
return
EMPTY_STRING;
75
}
76
};
77
78
private
final
Object[] values;
Callers
15
testAppendString
Method · 0.95
testAppendString2
Method · 0.95
testAppendGString
Method · 0.95
testAppendGString2
Method · 0.95
testCoerceGStringToString
Method · 0.95
testConstructorWithGStringCoercion
Method · 0.95
invokeMethod
Method · 0.95
hashCode
Method · 0.95
equals
Method · 0.95
compareTo
Method · 0.95
charAt
Method · 0.95
length
Method · 0.95
Calls
3
calcInitialCapacity
Method · 0.95
writeTo
Method · 0.95
toString
Method · 0.95
Tested by
6
testAppendString
Method · 0.76
testAppendString2
Method · 0.76
testAppendGString
Method · 0.76
testAppendGString2
Method · 0.76
testCoerceGStringToString
Method · 0.76
testConstructorWithGStringCoercion
Method · 0.76