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

Method addProduct

InventorySystem.java:95–97  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

93
94class User {
95 public void addProduct(){
96 InventorySystem.addProduct(new Product("", 0d,"",0,Size.L));
97 }
98
99 public void executeOrder(Order order){
100 for(Map.Entry<Product, Integer> item: order.productCount.entrySet()) {

Callers

nothing calls this directly

Calls 1

addProductMethod · 0.95

Tested by

no test coverage detected