Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenArkStudio/ARK
/ writeToDebugConsole
Function
writeToDebugConsole
test/catch.hpp:11550–11553 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11548
11549
namespace Catch {
11550
void writeToDebugConsole(std::string const& text)
11551
{
11552
::OutputDebugStringA(text.c_str());
11553
}
11554
} // namespace Catch
11555
11556
#else
Callers
1
operator()
Method · 0.85
Calls
1
c_str
Method · 0.45
Tested by
no test coverage detected