Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/awslabs/aws-lambda-cpp
/ IsATTY
Function
IsATTY
tests/gtest/gtest.h:2272–2272 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2270
2271
# ifdef __BORLANDC__
2272
inline int IsATTY(int fd) { return isatty(fd); }
2273
inline int StrCaseCmp(const char* s1, const char* s2) {
2274
return stricmp(s1, s2);
2275
}
Callers
1
ColoredPrintf
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected