MCPcopy 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
618ssize_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
623ssize_t mt_send(int fd, const void *buf, size_t nbyte, int flags, int timeout)
624{

Callers 1

echoFunction · 0.85

Calls 1

recvFunction · 0.70

Tested by

no test coverage detected