MCPcopy Create free account
hub / github.com/antirez/ds4 / winsize

Class winsize

ds4_eval.c:1692–1692  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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")) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected