Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/InterviewReady/Low-Level-Design
/ getProduct
Method
getProduct
InventorySystem.java:15–17 ·
view source on GitHub ↗
(String product)
Source
from the content-addressed store, hash-verified
13
}
14
15
public
static
Product getProduct(String product) {
16
return
productMap.get(product);
17
}
18
19
public
static
void
placeUnit(Unit unit) {
20
for
(Map.Entry<Location, Unit> entry: locationMap.entrySet()){
Callers
nothing calls this directly
Calls
1
get
Method · 0.80
Tested by
no test coverage detected