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

Function test_model_path

tests/ds4_test.c:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9
10static ds4_engine *test_engine_fast;
11static ds4_engine *test_engine_quality;
12
13static const char *test_model_path(void) {
14 const char *model_path = getenv("DS4_TEST_MODEL");
15 return (model_path && model_path[0]) ? model_path : "ds4flash.gguf";
16}
17

Callers 1

test_open_engineFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected