Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/awslabs/aws-lambda-cpp
/ FDOpen
Function
FDOpen
tests/gtest/gtest.h:2340–2340 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2338
return freopen(path, mode, stream);
2339
}
2340
inline FILE* FDOpen(int fd, const char* mode) { return fdopen(fd, mode); }
2341
#endif
2342
inline int FClose(FILE* fp) { return fclose(fp); }
2343
#if !GTEST_OS_WINDOWS_MOBILE
Callers
1
DeathTestAbort
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected