Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/InterviewReady/Low-Level-Design
/ updateStatus
Method
updateStatus
InventorySystem.java:45–47 ·
view source on GitHub ↗
(Unit unit, Status status)
Source
from the content-addressed store, hash-verified
43
}
44
45
public
static
void
updateStatus(Unit unit, Status status){
46
unit.status = status;
47
}
48
}
49
50
class
SimpleStrategy {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected