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

Function cbm_httpd_port

src/ui/httpd.c:169–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167}
168
169int cbm_httpd_port(const cbm_httpd_t *d) {
170 return d ? d->port : -1;
171}
172
173void cbm_httpd_set_recv_deadline_ms(cbm_httpd_t *d, int ms) {
174 if (d && ms > 0)

Callers 2

cbm_http_server_newFunction · 0.85
test_httpd.cFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected