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

Function Close

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

Source from the content-addressed store, hash-verified

2697 return static_cast<int>(write(fd, buf, count));
2698}
2699inline int Close(int fd) { return close(fd); }
2700inline const char* StrError(int errnum) { return strerror(errnum); }
2701#endif
2702inline const char* GetEnv(const char* name) {

Callers 4

~LevelDBMethod · 0.85
~LMDBMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected