Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/careercup/ctci
/ getId
Method
getId
java/Chapter 8/Question8_7/User.java:96–98 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
94
}
95
96
public
int
getId() {
97
return
id;
98
}
99
100
public
String getAccountName() {
101
return
accountName;
Callers
7
addConversation
Method · 0.95
userSignedOn
Method · 0.95
userSignedOff
Method · 0.95
sendMessageToUser
Method · 0.45
addContact
Method · 0.45
receivedAddRequest
Method · 0.45
sentAddRequest
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected