Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/careercup/ctci
/ disconnect
Method
disconnect
java/Chapter 8/Question8_2/Call.java:49–51 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
47
48
/* Disconnect call. */
49
public
void
disconnect() {
50
reply(
"Thank you for calling"
);
51
}
52
}
Callers
1
callCompleted
Method · 0.80
Calls
1
reply
Method · 0.95
Tested by
no test coverage detected