Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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:224–226 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
222
}
223
224
size_t cbm_http_conn_response_bytes(const cbm_http_conn_t *c) {
225
return c ? c->response_bytes : 0;
226
}
227
228
/* ── Head parsing ─────────────────────────────────────────────── */
229
Callers
1
cbm_http_server_run
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected