Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/careercup/ctci
/ setHandler
Method
setHandler
java/Chapter 8/Question8_2/Call.java:22–24 ·
view source on GitHub ↗
(Employee e)
Source
from the content-addressed store, hash-verified
20
21
/* Set employee who is handling call. */
22
public
void
setHandler(Employee e) {
23
handler = e;
24
}
25
26
/* Play recorded message to the customer. */
27
public
void
reply(String message) {
Callers
1
dispatchCall
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected