MCPcopy Create free account
hub / github.com/SoarGroup/Soar / dprint_string

Function dprint_string

Core/SoarKernel/src/debug_print.cpp:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29#include "test.h"
30
31inline void dprint_string(TraceMode mode, const char* message, bool noPrefix = false)
32{
33 Output_Manager::Get_OM().print_debug(message, mode, noPrefix);
34}
35
36void dprint(TraceMode mode, const char* format, ...)
37{

Callers 2

dprintFunction · 0.85
dprint_noprefixFunction · 0.85

Calls 2

Get_OMFunction · 0.85
print_debugMethod · 0.80

Tested by

no test coverage detected