MCPcopy Create free account
hub / github.com/SWI-Prolog/packages-jpl / main

Method main

src/examples/java/time/Time.java:19–23  ·  view source on GitHub ↗
(String argv[])

Source from the content-addressed store, hash-verified

17 static Timer timer = new Timer();
18
19 public static void main(String argv[]) {
20 parse_params(argv);
21 JPL.init();
22 run_tests();
23 }
24
25 static void parse_params(String argv[]) {
26 int i = 0;

Callers

nothing calls this directly

Calls 3

parse_paramsMethod · 0.95
initMethod · 0.95
run_testsMethod · 0.95

Tested by

no test coverage detected