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

Function cbm_http_conn_response_bytes

src/ui/httpd.c:426–428  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

424}
425
426size_t cbm_http_conn_response_bytes(const cbm_http_conn_t *c) {
427 return c ? c->response_bytes : 0;
428}
429
430/* ── Head parsing ─────────────────────────────────────────────── */
431

Callers 1

cbm_http_server_runFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected