MCPcopy
hub / github.com/careercup/ctci / clone

Method clone

java/Chapter 17/Question17_14/Result.java:11–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9 }
10
11 public Result clone() {
12 return new Result(this.invalid, this.parsed);
13 }
14
15 public static Result min(Result r1, Result r2) {
16 if (r1 == null) {

Callers 7

parseMethod · 0.95
rankBMethod · 0.45
validateFullMethod · 0.45
isUniqueMethod · 0.45
mainMethod · 0.45
createStackDPMethod · 0.45
placeQueensMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected