Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antirez/ds4
/ server_model_id_from_engine
Function
server_model_id_from_engine
ds4_server.c:909–912 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
907
} else if (!json_skip_value(p)) {
908
free(key);
909
return false;
910
}
911
free(key);
912
json_ws(p);
913
if (**p ==
','
) (*p)++;
914
json_ws(p);
915
}
Callers
1
client_main
Function · 0.85
Calls
1
ds4_engine_model_id
Function · 0.85
Tested by
no test coverage detected