Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
121
static int wait_readable(cbm_sock_t fd, int timeout_ms) {
122
return wait_ready(fd, false, timeout_ms);
123
}
124
125
static bool socket_would_block(void) {
126
#ifdef _WIN32
Callers
1
cbm_httpd_accept
Function · 0.85
Calls
1
wait_ready
Function · 0.85
Tested by
no test coverage detected