Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/careercup/ctci
/ markUnavailable
Method
markUnavailable
java/Chapter 8/Question8_1/Card.java:28–30 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
26
}
27
28
public
void
markUnavailable() {
29
available = false;
30
}
31
32
public
void
markAvailable() {
33
available = true;
Callers
1
dealCard
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected