MCPcopy 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
70enum Status {
71 INVENTORY, TRANSIT, DELIVERY
72}
73
74class Product {
75 String id;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected