MCPcopy Create free account
hub / github.com/apache/tomcat / get

Method get

java/org/apache/tomcat/dbcp/dbcp2/datasources/CharArray.java:86–88  ·  view source on GitHub ↗

Gets the value of char array. @return value, may be null.

()

Source from the content-addressed store, hash-verified

84 * @return value, may be null.
85 */
86 char[] get() {
87 return Utils.clone(chars);
88 }
89
90 @Override
91 public int hashCode() {

Callers

nothing calls this directly

Calls 1

cloneMethod · 0.95

Tested by

no test coverage detected