Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cirquit/trdrop
/ writeToDebugConsole
Function
writeToDebugConsole
ext/catch.hpp:8607–8609 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8605
8606
namespace Catch {
8607
void writeToDebugConsole( std::string const& text ) {
8608
::OutputDebugStringA( text.c_str() );
8609
}
8610
}
8611
#else
8612
namespace Catch {
Callers
1
operator()
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected