Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CobaltFusion/DebugViewPP
/ CoutCerrTest2
Function
CoutCerrTest2
DbgMsgSrc/DbgMsgSrc.cpp:304–308 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
302
}
303
304
void CoutCerrTest2()
305
{
306
std::cout <<
"One message on cout with newline\n"
;
307
//std::cerr <<
"One message on cerr with newline\n"
;
308
}
309
310
311
void PrintUsage()
Callers
1
Main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected