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