MCPcopy Create free account
hub / github.com/InterviewReady/Low-Level-Design / getShelvesStatus

Method getShelvesStatus

InventorySystem.java:41–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

39 }
40
41 public static Map<Location, Unit> getShelvesStatus(){
42 return locationMap;
43 }
44
45 public static void updateStatus(Unit unit, Status status){
46 unit.status = status;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected