Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/careercup/ctci
/ spotFreed
Method
spotFreed
java/Chapter 8/Question8_4/Level.java:92–94 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
90
91
/* When a car was removed from the spot, increment availableSpots */
92
public
void
spotFreed() {
93
availableSpots++;
94
}
95
}
Callers
1
removeVehicle
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected