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

Function usage

ds4_eval.c:1498–1500  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1496#endif
1497 exit(2);
1498}
1499
1500static ds4_backend default_backend(void) {
1501#ifdef DS4_NO_GPU
1502 return DS4_BACKEND_CPU;
1503#elif defined(__APPLE__)

Callers 1

parse_optionsFunction · 0.70

Calls 1

ds4_help_printFunction · 0.85

Tested by

no test coverage detected