MCPcopy Create free account
hub / github.com/Card-Forge/forge / getArtCount

Method getArtCount

forge-core/src/main/java/forge/card/CardDb.java:931–934  ·  view source on GitHub ↗
(String cardName, String setCode)

Source from the content-addressed store, hash-verified

929 }
930
931 @Override
932 public int getArtCount(String cardName, String setCode) {
933 return getArtCount(cardName, setCode, null);
934 }
935 public int getArtCount(String cardName, String setCode, String functionalVariantName) {
936 if (cardName == null || setCode == null)
937 return 0;

Callers 2

addMethod · 0.95
getImageRelativePathMethod · 0.95

Calls 6

getAllCardsNoAltMethod · 0.95
andMethod · 0.80
getEditionMethod · 0.65
getFunctionalVariantMethod · 0.65
sizeMethod · 0.65
equalsMethod · 0.45

Tested by

no test coverage detected