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

Function cli_think_max_downgraded

ds4_cli.c:213–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211 fprintf(stderr, "ds4: invalid value for %s: %s\n", opt, s);
212 exit(2);
213 }
214 return v;
215}
216
217static ds4_backend parse_backend(const char *s) {
218 if (!strcmp(s, "metal")) return DS4_BACKEND_METAL;
219#ifdef DS4_ROCM_BUILD

Callers 1

Calls 1

cli_effective_think_modeFunction · 0.85

Tested by

no test coverage detected