MCPcopy Create free account
hub / github.com/demoth/jake2 / clone

Method clone

qcommon/src/main/java/jake2/qcommon/MD4.java:83–85  ·  view source on GitHub ↗

Returns a copy of this MD object.

()

Source from the content-addressed store, hash-verified

81 * Returns a copy of this MD object.
82 */
83 public Object clone() {
84 return new MD4(this);
85 }
86
87 // JCE methods
88 //...........................................................................

Callers 2

copyMethod · 0.45
MD4Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected