| 1690 | c.min_p = parse_float_arg(need_arg(&i, argc, argv, arg), arg, 0.0f, 1.0f); |
| 1691 | } else if (!strcmp(arg, "--seed")) { |
| 1692 | c.seed = parse_u64_arg(need_arg(&i, argc, argv, arg), arg); |
| 1693 | } else if (!strcmp(arg, "--trace")) { |
| 1694 | c.trace_path = need_arg(&i, argc, argv, arg); |
| 1695 | } else if (!strcmp(arg, "--regrade-trace")) { |
nothing calls this directly
no outgoing calls
no test coverage detected