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

Function cbm_httpd_port

src/ui/httpd.c:276–278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

274}
275
276int cbm_httpd_port(const cbm_httpd_t *d) {
277 return d ? d->port : -1;
278}
279
280void cbm_httpd_set_recv_deadline_ms(cbm_httpd_t *d, int ms) {
281 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