Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Card-Forge/forge
/ toString
Method
toString
forge-gui-mobile/src/forge/toolbox/FCardPanel.java:335–337 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
333
}
334
335
public
String toString() {
336
return
card == null ?
""
: card.toString();
337
}
338
}
Callers
15
hasContents
Method · 0.45
setCursor
Method · 0.45
setCurrentScreen
Method · 0.45
drawBorderImage
Method · 0.45
drawOverlay
Method · 0.45
showOutcome
Method · 0.45
update
Method · 0.45
DamageTarget
Method · 0.45
updateLabels
Method · 0.45
AssignTarget
Method · 0.45
updateLabels
Method · 0.45
formatType
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected