Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
169
int cbm_httpd_port(const cbm_httpd_t *d) {
170
return d ? d->port : -1;
171
}
172
173
void cbm_httpd_set_recv_deadline_ms(cbm_httpd_t *d, int ms) {
174
if (d && ms > 0)
Callers
2
cbm_http_server_new
Function · 0.85
test_httpd.c
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected