Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ mt_read
Function
mt_read
adapter/micro_thread/mt_api.cpp:608–611 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
606
}
607
608
ssize_t mt_read(int fd, void *buf, size_t nbyte, int timeout)
609
{
610
return MtFrame::read(fd, buf, nbyte, timeout);
611
}
612
613
ssize_t mt_write(int fd, const void *buf, size_t nbyte, int timeout)
614
{
Callers
nothing calls this directly
Calls
1
read
Function · 0.70
Tested by
no test coverage detected