MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / StdinTerminal

Function StdinTerminal

src/compat/stdin.cpp:56–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56bool StdinTerminal()
57{
58#ifdef WIN32
59 return _isatty(_fileno(stdin));
60#else
61 return isatty(fileno(stdin));
62#endif
63}
64
65bool StdinReady()
66{

Callers 3

CommandLineRPCFunction · 0.85
SetStdinEchoFunction · 0.85
StdinReadyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected