Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Card-Forge/forge
/ contains
Method
contains
forge-core/src/main/java/forge/card/CardDb.java:1130–1133 ·
view source on GitHub ↗
(String name)
Source
from the content-addressed store, hash-verified
1128
}
1129
1130
@Override
1131
public
boolean contains(String name) {
1132
return
allCardsByName.containsKey(getNormalizedName(name));
1133
}
1134
1135
@Override
1136
public
Iterator<PaperCard> iterator() {
Callers
1
initialize
Method · 0.95
Calls
2
getNormalizedName
Method · 0.95
containsKey
Method · 0.80
Tested by
no test coverage detected