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

Function wait_readable

src/ui/httpd.c:121–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119}
120
121static int wait_readable(cbm_sock_t fd, int timeout_ms) {
122 return wait_ready(fd, false, timeout_ms);
123}
124
125static bool socket_would_block(void) {
126#ifdef _WIN32

Callers 1

cbm_httpd_acceptFunction · 0.85

Calls 1

wait_readyFunction · 0.85

Tested by

no test coverage detected