MCPcopy 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
608ssize_t mt_read(int fd, void *buf, size_t nbyte, int timeout)
609{
610 return MtFrame::read(fd, buf, nbyte, timeout);
611}
612
613ssize_t mt_write(int fd, const void *buf, size_t nbyte, int timeout)
614{

Callers

nothing calls this directly

Calls 1

readFunction · 0.70

Tested by

no test coverage detected