MCPcopy Create free account
hub / github.com/ElementsProject/elements / StdinTerminal

Function StdinTerminal

src/compat/stdin.cpp:47–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47bool StdinTerminal()
48{
49#ifdef WIN32
50 return _isatty(_fileno(stdin));
51#else
52 return isatty(fileno(stdin));
53#endif
54}
55
56bool StdinReady()
57{

Callers 2

CommandLineRPCFunction · 0.85
StdinReadyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected