Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Anchals24/Low-Level-Design
/ setName
Method
setName
AbstractFactoryPattern/Pizza.java:29–31 ·
view source on GitHub ↗
(String name)
Source
from the content-addressed store, hash-verified
27
}
28
29
void
setName(String name){
30
this.name = name;
31
}
32
33
String getName(){
34
return
name;
Callers
2
createPizza
Method · 0.95
createPizza
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected