Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bloomen/transwarp
/ writeToDebugConsole
Function
writeToDebugConsole
test/catch.hpp:6986–6988 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6984
6985
namespace Catch {
6986
void writeToDebugConsole( std::string const& text ) {
6987
::OutputDebugStringA( text.c_str() );
6988
}
6989
}
6990
6991
#else
Callers
1
operator()
Method · 0.85
Calls
1
c_str
Method · 0.80
Tested by
no test coverage detected