Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/careercup/ctci
/ getFromUser
Method
getFromUser
java/Chapter 8/Question8_7/AddRequest.java:22–24 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
20
}
21
22
public
User getFromUser() {
23
return
fromUser;
24
}
25
26
public
User getToUser() {
27
return
toUser;
Callers
5
receivedAddRequest
Method · 0.80
sentAddRequest
Method · 0.80
removeAddRequest
Method · 0.80
approveAddRequest
Method · 0.80
rejectAddRequest
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected