MCPcopy Create free account
hub / github.com/awslabs/aws-lambda-cpp / Close

Function Close

tests/gtest/gtest.h:2350–2350  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2348 return static_cast<int>(write(fd, buf, count));
2349}
2350inline int Close(int fd) { return close(fd); }
2351inline const char* StrError(int errnum) { return strerror(errnum); }
2352#endif
2353inline const char* GetEnv(const char* name) {

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected