MCPcopy 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

removeVehicleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected