MCPcopy 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
97static th_sock_t th_connect(int port) {
98 return th_connect_with_recv_buffer(port, 0);
99}
100
101static int th_send_all(th_sock_t s, const char *data, size_t len) {
102 size_t off = 0;

Callers 3

th_http_rawFunction · 0.85
test_httpd.cFile · 0.85
th_http_deadlineFunction · 0.85

Calls 1

Tested by

no test coverage detected