Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeusData/codebase-memory-mcp
/ th_connect
Function
th_connect
tests/test_httpd.c:97–99 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
95
}
96
97
static th_sock_t th_connect(int port) {
98
return th_connect_with_recv_buffer(port, 0);
99
}
100
101
static int th_send_all(th_sock_t s, const char *data, size_t len) {
102
size_t off = 0;
Callers
3
th_http_raw
Function · 0.85
test_httpd.c
File · 0.85
th_http_deadline
Function · 0.85
Calls
1
th_connect_with_recv_buffer
Function · 0.85
Tested by
no test coverage detected