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

Method isFree

java/Chapter 8/Question8_2/Employee.java:59–61  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

57
58 /* Returns whether or not the employee is free. */
59 public boolean isFree() {
60 return currentCall == null;
61 }
62
63 public Rank getRank() {
64 return rank;

Callers 2

assignNewCallMethod · 0.95
getHandlerForCallMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected