MCPcopy Create free account
hub / github.com/DaedalusX64/daedalus / OnDebugMessage

Method OnDebugMessage

Source/Test/BatchTest.cpp:373–379  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

371}
372
373void CBatchTestEventHandler::OnDebugMessage( const char * msg )
374{
375 if( gRomLogFH )
376 {
377 fputs( msg, gRomLogFH );
378 }
379}
380
381const char * CBatchTestEventHandler::GetTerminationReasonString( ETerminationReason reason )
382{

Callers 1

DisplayStringMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected