Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Card-Forge/forge
/ getTitle
Method
getTitle
forge-game/src/main/java/forge/game/GameView.java:72–74 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
70
}
71
72
public
String getTitle() {
73
return
get(TrackableProperty.Title);
74
}
75
76
public
boolean isCommander() {
77
return
get(TrackableProperty.IsCommander);
Callers
nothing calls this directly
Calls
1
get
Method · 0.65
Tested by
no test coverage detected