Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antirez/ds4
/ server
Class
server
ds4_server.c:521–521 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
519
}
520
521
static bool json_content_replace(const char **p, char **dst) {
522
char *tmp = NULL;
523
if (!json_content(p, &tmp)) return false;
524
free(*dst);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected