MCPcopy Create free account
hub / github.com/DeusData/codebase-memory-mcp / cbm_http_req_free

Function cbm_http_req_free

src/ui/httpd.c:695–701  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

693}
694
695void cbm_http_req_free(cbm_http_req_t *req) {
696 if (req && req->body) {
697 free(req->body);
698 req->body = NULL;
699 req->body_len = 0;
700 }
701}
702
703/* ── Responses ────────────────────────────────────────────────── */
704

Callers 1

cbm_http_server_runFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected