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:276–278 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
274
}
275
276
int cbm_httpd_port(const cbm_httpd_t *d) {
277
return d ? d->port : -1;
278
}
279
280
void cbm_httpd_set_recv_deadline_ms(cbm_httpd_t *d, int ms) {
281
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