MCPcopy 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

addConversationMethod · 0.95
userSignedOnMethod · 0.95
userSignedOffMethod · 0.95
sendMessageToUserMethod · 0.45
addContactMethod · 0.45
receivedAddRequestMethod · 0.45
sentAddRequestMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected