Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/apache/groovy
/ getStrings
Method
getStrings
src/main/java/groovy/lang/GString.java:64–67 ·
view source on GitHub ↗
{@inheritDoc}
()
Source
from the content-addressed store, hash-verified
62
* {@inheritDoc}
63
*/
64
@Override
65
public
String[] getStrings() {
66
return
new
String[]{EMPTY_STRING};
67
}
68
69
/**
70
* {@inheritDoc}
Callers
7
testAppendString2
Method · 0.95
plus
Method · 0.95
calcInitialCapacity
Method · 0.95
writeTo
Method · 0.95
build
Method · 0.95
plus
Method · 0.95
asSql
Method · 0.45
Calls
no outgoing calls
Tested by
1
testAppendString2
Method · 0.76