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

Function http_request_free

ds4_server.c:11088–11091  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11086 if (!s->trace || !id) return;
11087 pthread_mutex_lock(&s->trace_mu);
11088 fputs("\n\n--- trace: ", s->trace);
11089 va_list ap;
11090 va_start(ap, fmt);
11091 vfprintf(s->trace, fmt, ap);
11092 va_end(ap);
11093 fputs(" ---\n\n", s->trace);
11094 fflush(s->trace);

Callers 1

client_mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected