Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodingGay/BlackDex
/ writeToDebugConsole
Function
writeToDebugConsole
Bcore/src/main/cpp/Dobby/tests/catch.hpp:6902–6904 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6900
6901
namespace Catch {
6902
void writeToDebugConsole(std::string const &text) {
6903
::OutputDebugStringA(text.c_str());
6904
}
6905
} // namespace Catch
6906
6907
#else
Callers
1
operator()
Method · 0.85
Calls
1
c_str
Method · 0.80
Tested by
no test coverage detected