Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/InterviewReady/Low-Level-Design
/ Status
Enum
Status
InventorySystem.java:70–72 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
}
69
70
enum Status {
71
INVENTORY, TRANSIT, DELIVERY
72
}
73
74
class
Product {
75
String id;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected