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

Method reply

java/Chapter 8/Question8_2/Call.java:27–29  ·  view source on GitHub ↗
(String message)

Source from the content-addressed store, hash-verified

25
26 /* Play recorded message to the customer. */
27 public void reply(String message) {
28 System.out.println(message);
29 }
30
31 public Rank getRank() {
32 return rank;

Callers 2

disconnectMethod · 0.95
dispatchCallMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected