Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Card-Forge/forge
/ nextId
Method
nextId
forge-game/src/main/java/forge/game/Game.java:68–68 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
66
67
private
static
int
maxId = 0;
68
private
static
int
nextId() {
return
++maxId; }
69
70
/** The ID. */
71
private
int
id;
Callers
1
Game
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected