Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/demoth/jake2
/ main
Method
main
fullgame/src/test/java/jake2/fullgame/TestLoadGame.java:26–33 ·
view source on GitHub ↗
(String args[])
Source
from the content-addressed store, hash-verified
24
25
public
class
TestLoadGame {
26
public
static
void
main(String args[]) {
27
28
Jake2.Init(args);
29
30
System.out.println(
"hello!"
);
31
//GameSave.InitGame();
32
//GameSave.ReadGame("test/data/savegames/game.ssv");
33
}
34
}
Callers
nothing calls this directly
Calls
1
Init
Method · 0.95
Tested by
no test coverage detected