Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Card-Forge/forge
/ getTimestamp
Method
getTimestamp
forge-game/src/main/java/forge/game/Game.java:545–547 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
543
return
getTimestamp();
544
}
545
public
final
long getTimestamp() {
546
return
timestamp;
547
}
548
549
public
void
dangerouslySetTimestamp(long timestamp) {
550
this.timestamp = timestamp;
Callers
1
getNextTimestamp
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected