MCPcopy Create free account
hub / github.com/F-Stack/f-stack / mt_write

Function mt_write

adapter/micro_thread/mt_api.cpp:613–616  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

611}
612
613ssize_t mt_write(int fd, const void *buf, size_t nbyte, int timeout)
614{
615 return MtFrame::write(fd, buf, nbyte, timeout);
616}
617
618ssize_t mt_recv(int fd, void *buf, int len, int flags, int timeout)
619{

Callers

nothing calls this directly

Calls 1

writeFunction · 0.70

Tested by

no test coverage detected