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

Function cbm_http_req_free

src/ui/httpd.c:478–484  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

476}
477
478void cbm_http_req_free(cbm_http_req_t *req) {
479 if (req && req->body) {
480 free(req->body);
481 req->body = NULL;
482 req->body_len = 0;
483 }
484}
485
486/* ── Responses ────────────────────────────────────────────────── */
487

Callers 1

cbm_http_server_runFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected