Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Card-Forge/forge
/ getName
Method
getName
forge-core/src/main/java/forge/item/PreconDeck.java:43–46 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
41
// private final SellRules recommendedDeals;
42
43
@Override
44
public
String getName() {
45
return
this.deck.getName();
46
}
47
48
@Override
49
public
String getItemType() {
Callers
3
apply
Method · 0.95
buy
Method · 0.95
getPreconDeckFromSections
Method · 0.95
Calls
1
getName
Method · 0.65
Tested by
no test coverage detected