MCPcopy Create free account
hub / github.com/apache/singa / Write

Function Write

test/gtest/gtest.h:2893–2895  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2891 return static_cast<int>(read(fd, buf, count));
2892}
2893inline int Write(int fd, const void* buf, unsigned int count) {
2894 return static_cast<int>(write(fd, buf, count));
2895}
2896inline int Close(int fd) { return close(fd); }
2897inline const char* StrError(int errnum) { return strerror(errnum); }
2898#endif

Callers 1

AbortMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected