Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ mt_recv
Function
mt_recv
adapter/micro_thread/mt_api.cpp:618–621 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
616
}
617
618
ssize_t mt_recv(int fd, void *buf, int len, int flags, int timeout)
619
{
620
return MtFrame::recv(fd, buf, len, flags, timeout);
621
}
622
623
ssize_t mt_send(int fd, const void *buf, size_t nbyte, int flags, int timeout)
624
{
Callers
1
echo
Function · 0.85
Calls
1
recv
Function · 0.70
Tested by
no test coverage detected