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

Method setItemShelves

StateDesignPattern/Inventory.java:16–18  ·  view source on GitHub ↗
(ItemShelf[] itemShelves)

Source from the content-addressed store, hash-verified

14 }
15
16 public void setItemShelves(ItemShelf[] itemShelves) {
17 this.itemShelves = itemShelves;
18 }
19
20 public void initialEmptyInventory() {
21 int startCode = 101;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected