Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Card-Forge/forge
/ isCustom
Method
isCustom
forge-core/src/main/java/forge/card/CardRules.java:234–234 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
232
}
233
234
public
boolean isCustom() {
return
custom; }
235
public
void
setCustom() { custom = true; }
236
237
public
boolean isUnsupported() {
return
unsupported; }
Callers
2
initialize
Method · 0.95
getDeckConformanceProblem
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected