Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/careercup/ctci
/ receiveCall
Method
receiveCall
java/Chapter 8/Question8_2/Employee.java:14–16 ·
view source on GitHub ↗
(Call call)
Source
from the content-addressed store, hash-verified
12
13
/* Start the conversation */
14
public
void
receiveCall(Call call) {
15
currentCall = call;
16
}
17
18
/* the issue is resolved, finish the call */
19
public
void
callCompleted() {
Callers
2
dispatchCall
Method · 0.95
assignCall
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected