MCPcopy 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
17bool Term::stdin_connected() { return Term::is_stdin_a_tty(); }
18
19bool 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