MCPcopy Create free account
hub / github.com/OpenPTrack/open_ptrack_v2 / Read

Function Read

rtpose_wrapper/src/gtest/gtest.h:2693–2695  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2691inline int FClose(FILE* fp) { return fclose(fp); }
2692#if !GTEST_OS_WINDOWS_MOBILE
2693inline int Read(int fd, void* buf, unsigned int count) {
2694 return static_cast<int>(read(fd, buf, count));
2695}
2696inline int Write(int fd, const void* buf, unsigned int count) {
2697 return static_cast<int>(write(fd, buf, count));
2698}

Callers 2

FailFromInternalErrorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected