MCPcopy Index your code
hub / github.com/careercup/ctci / getToUser

Method getToUser

java/Chapter 8/Question8_7/AddRequest.java:26–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24 }
25
26 public User getToUser() {
27 return toUser;
28 }
29
30 public Date getDate() {
31 return date;

Callers 3

removeAddRequestMethod · 0.80
approveAddRequestMethod · 0.80
rejectAddRequestMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected