Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/careercup/ctci
/ setStatus
Method
setStatus
java/Chapter 8/Question8_7/User.java:44–46 ·
view source on GitHub ↗
(UserStatus status)
Source
from the content-addressed store, hash-verified
42
}
43
44
public
void
setStatus(UserStatus status) {
45
this.status = status;
46
}
47
48
public
UserStatus getStatus() {
49
return
status;
Callers
2
userSignedOn
Method · 0.95
userSignedOff
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected