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

Class stat

ds4_agent.c:5797–5797  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5795 DIR *d = opendir(w->cache_dir);
5796 if (!d) return;
5797
5798 agent_completion_sessions sessions = {0};
5799 const uint8_t model_id = (uint8_t)ds4_engine_model_id(w->engine);
5800 struct dirent *de;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected