Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catabriga/graphwar
/ handleArgs
Method
handleArgs
src/Graphwar/Graphwar.java:55–62 ·
view source on GitHub ↗
(String[] args)
Source
from the content-addressed store, hash-verified
53
}
54
55
public
static
void
handleArgs(String[] args)
56
{
57
if
(args.length > 0)
58
{
59
// Overrides ip to create local server
60
Constants.GLOBAL_IP = args[0];
61
}
62
}
63
64
public
void
init()
65
{
Callers
1
main
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected