Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlightGear/flightgear
/ wait
Method
wait
3rdparty/cppunit/src/cppunit/TextTestRunner.cpp:76–87 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
74
75
76
void
77
TextTestRunner::wait( bool doWait )
78
{
79
#if !defined( CPPUNIT_NO_STREAM )
80
if ( doWait )
81
{
82
stdCOut() <<
"<RETURN> to continue\n"
;
83
stdCOut().flush();
84
std::cin.get ();
85
}
86
#endif
87
}
88
89
90
void
Callers
4
main
Function · 0.80
main
Function · 0.80
abandonCurrentScan
Method · 0.80
close
Method · 0.80
Calls
2
flush
Method · 0.45
get
Method · 0.45
Tested by
no test coverage detected