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

Function FClose

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

Source from the content-addressed store, hash-verified

2340inline FILE* FDOpen(int fd, const char* mode) { return fdopen(fd, mode); }
2341#endif
2342inline int FClose(FILE* fp) { return fclose(fp); }
2343#if !GTEST_OS_WINDOWS_MOBILE
2344inline int Read(int fd, void* buf, unsigned int count) {
2345 return static_cast<int>(read(fd, buf, count));

Callers 2

LoadFlagsFromFileFunction · 0.85
GetCapturedStringMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected