MCPcopy Create free account
hub / github.com/Anchals24/Low-Level-Design / setSoldOut

Method setSoldOut

StateDesignPattern/ItemShelf.java:29–31  ·  view source on GitHub ↗
(boolean soldOut)

Source from the content-addressed store, hash-verified

27 }
28
29 public void setSoldOut(boolean soldOut) {
30 this.soldOut = soldOut;
31 }
32}

Callers 4

initialEmptyInventoryMethod · 0.95
addItemMethod · 0.80
updateSoldOutItemMethod · 0.80
fillUpInventoryMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected