MCPcopy Create free account
hub / github.com/LagPixelLOL/ChatGPTCLIBot / stdout_connected

Method stdout_connected

main/interface/cpp-terminal/base.cpp:19–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17bool Term::stdin_connected() { return Term::is_stdin_a_tty(); }
18
19bool Term::stdout_connected() { return Term::is_stdout_a_tty(); }
20
21std::string Term::cursor_off() { return "\x1b[?25l"; }
22

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected