Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
initialEmptyInventory
Method · 0.95
addItem
Method · 0.80
updateSoldOutItem
Method · 0.80
fillUpInventory
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected