MCPcopy 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

testAppendString2Method · 0.95
plusMethod · 0.95
calcInitialCapacityMethod · 0.95
writeToMethod · 0.95
buildMethod · 0.95
plusMethod · 0.95
asSqlMethod · 0.45

Calls

no outgoing calls

Tested by 1

testAppendString2Method · 0.76