Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/InterviewReady/Low-Level-Design
/ Unit
Class
Unit
InventorySystem.java:58–63 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
}
57
58
class
Unit {
59
String id;
60
String productId;
61
String locationId;
62
Status status;
63
}
64
65
class
Location {
66
String id;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected