Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/groovy
/ main
Method
main
benchmark/bench/raytracer.java:109–111 ·
view source on GitHub ↗
(String[] args)
Source
from the content-addressed store, hash-verified
107
}
108
}
109
public
static
void
main(String[] args) {
110
(
new
raytracer()).run(Integer.parseInt(args[0]), 6, 4);
111
}
112
}
Callers
nothing calls this directly
Calls
2
parseInt
Method · 0.80
run
Method · 0.65
Tested by
no test coverage detected