Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LagPixelLOL/ChatGPTCLIBot
/ stdin_connected
Method
stdin_connected
main/interface/cpp-terminal/base.cpp:17–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
}
16
17
bool Term::stdin_connected() { return Term::is_stdin_a_tty(); }
18
19
bool Term::stdout_connected() { return Term::is_stdout_a_tty(); }
20
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected