MCPcopy Index your code
hub / github.com/careercup/ctci / find

Method find

java/Chapter 8/Question8_5/Library.java:30–32  ·  view source on GitHub ↗
(int id)

Source from the content-addressed store, hash-verified

28 }
29
30 public Book find(int id){
31 return books.get(id);
32 }
33}

Callers 5

isPermutationFunction · 0.45
isSubstringFunction · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected