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

Class Location

InventorySystem.java:65–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65class Location {
66 String id;
67 Size size;
68}
69
70enum Status {
71 INVENTORY, TRANSIT, DELIVERY

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected