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

Function cbm_httpd_close

src/ui/httpd.c:178–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176}
177
178void cbm_httpd_close(cbm_httpd_t *d) {
179 if (!d)
180 return;
181 cbm_sock_close(d->fd);
182 free(d);
183}
184
185/* ── Accept ───────────────────────────────────────────────────── */
186

Callers 2

cbm_http_server_freeFunction · 0.85
test_httpd.cFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected